Posts

Showing posts with the label Recyclerview

SQLite Course | Android Studio | Java

Image
Features in this course: ✓Add/Update/Delete data (Image & Text) ✓Pick Image from Camera/Gallery with Crop, Flip, Rotate option ✓Show data in RecyclerView ✓Search Data ✓Sort Data ✓View data in detail ✓Share data ✓Save data ✓Delete data ✓Compatible with the latest Android OS (Tested on Android Q) Buy Source Code:  https://www.fiverr.com/share/vvAEDL YouTube Chanel: https://www.youtube.com/c/MohammadAtif1 Apps/Games Playstore:  https://play.google.com/store/apps/dev?id=6868537621115215530

Firebase RecyclerView: Retrieve Images & Text, Implement SearchView, Handle Item Clicks

Image
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 Clicks, When an item is clicked it will be opened in new Activity. ✓Sort Firebase Data displayed in RecyclerView. ✓Save Image, Share Image & Text, Set Image as Wallpaper Step 1:  Create a new project   OR   Open your project Step 2: Choose Empty Activity & name it as "PostsListActivity" Step 3:  Create  menu.xml  under   res>menu   folder, to   search   item. Step 4: In menu bar click Tool s > Firebase . Firebase Assistent will open at right side Step 5: Scroll a...