Kotlin/Android Firebase | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Kotlin/Android Firebase

I want to implement a functionality in my Android app such that there is a button named select_ from_gallery by clicking on it the user can go to gallery -> select images from gallery -> and the images selected will display on app ->and there will another button upload_images which will upload the images to firebase database. How to do such thing in Android / Kotlin? Thanks in advanced. Any help is appreciated.

7th Oct 2018, 12:22 PM
Rstar
Rstar - avatar
3 Answers
+ 2
Check this tutorial. Android Kotlin Tutorial: Create Android Apps using Kotlin: https://www.youtube.com/playlist?list=PLlxmoA0rQ-Lw5k_QCqVl3rsoJOnb_00UV
7th Oct 2018, 3:57 PM
Maninder $ingh
Maninder $ingh - avatar
+ 2
Hi Rstar. Selecting an image in android is done via Intent. Search Gallery Intent on internet, this intent will help you select the image you want. For uploading the image on Firebase, you should check out their docs, they are very descriptive, also there are plenty of tutorials out there. I hope this helps.
19th Oct 2018, 2:51 PM
Usman Khan
Usman Khan - avatar
0
o‘zbeklar bormi
10th Oct 2018, 2:41 PM
Azizbek
Azizbek - avatar