filmov
tv
Android S10E9 : Firebase RecyclerView Images Text - Upload, CRUD
Показать описание
Android Firebase Realtime Database and Storage Tutorial. How to upload images and text,download and show in recyclerview then perform CRUD.
We want to see how to fist pick image via FilePicker and upload them to Firebase Storage while saving text to Firebase Realtime Database. In the end we see how to save data to firebase, read the saved data from both firebase database and firebase storage and show them in recyclerview.
We see how to add,read and delete. We work in master detail view with several activities, each for specified task. For example there is an activity for data entry and upload, activity for showing details and another activity for listing items in the recyclerview.
This is an important tutorial as it shows you how to combine both firebase database and firebase storage. Normally Firebase Realtime database is used to store data, texts only. On the other hand firebase storage is used to store binary files like images and audio.
The recyclerview will show both images and text. When clicked we open the detail activity. Users also have the option of deleting via context menu.
Let's start.
We want to see how to fist pick image via FilePicker and upload them to Firebase Storage while saving text to Firebase Realtime Database. In the end we see how to save data to firebase, read the saved data from both firebase database and firebase storage and show them in recyclerview.
We see how to add,read and delete. We work in master detail view with several activities, each for specified task. For example there is an activity for data entry and upload, activity for showing details and another activity for listing items in the recyclerview.
This is an important tutorial as it shows you how to combine both firebase database and firebase storage. Normally Firebase Realtime database is used to store data, texts only. On the other hand firebase storage is used to store binary files like images and audio.
The recyclerview will show both images and text. When clicked we open the detail activity. Users also have the option of deleting via context menu.
Let's start.
Комментарии