Firebase RecyclerView: Retrieve Images & Text, Implement SearchView, Handle Item Clicks
In this tutorial we will learn using Firebase in Android app using Android Studio. We will:✓Create Android Studio Project✓Create Firebase Project and connect our Android Studio Project to that Firebase Project✓Store Images to FirebaseStorage manually✓Add data in FirebaseDatabase✓Retrieve these data(Title, Image, Description) in RecyclerView. To retrieve Images we will use Picasso library.✓Implement SearchView✓Handle RecyclerView Item […]
Firebase RecyclerView: Retrieve Images & Text, Implement SearchView, Handle Item Clicks Read More »