Bhuvanchandra Mbhuvan.hashnode.dev·Sep 14, 2022Day 1: Say Hello WorldHello everyone, Welcome to the first blog of A programmer's guide to Android Development. In this blog we will be briefly looking into the following concepts of Kotlin Basics of Kotlin Programming Variables, Constants and Data types in Kotlin Oper...Discuss·5 likes·147 readskotlin beginner
Realtime Codingrealtimecoding.hashnode.dev·Jul 5, 2022Uploading Multiple Files to FirebaseStorageOverview In this blog, we will learn about uploading multiple files or images to firebase storage using coroutines. I will explain two different methods and there might be other ways to do it but these two methods I have used in projects and tested w...Discuss·2 likes·298 readsandroid, firebase, kotlin, coroutine