Firebase Cloud Firestore Database Example in Android Android by Rajesh Kumar Sahanee - March 15, 2020April 14, 20200 Hello Friends, today we are going to see Firebase Cloud Firestore database example in Android. Cloud Firestore is a NoSQL flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. To use cloud firestore in our android project we first need to setup project and
RecyclerView Load On Scroll in Android Android by Rajesh Kumar Sahanee - February 20, 2020April 14, 20200 Hello Friends, today we are going to see and example of recyclerview load on scroll in Android. Basically we are going to implement infinite scroll in recyclerview here and the basic function of this code is to load more data on scroll when we reaches to the end while scrolling
Multiple Filters and Sorting in Android Android Android Projects Java by Rajesh Kumar Sahanee - February 16, 2020March 24, 20200 Hello Friends, today we are going to see multiple filters and sorting in Android. In multiple filters we basically choose multiple values from multiple available filter options.
SQLite Database Handling in Android Android Java by Rajesh Kumar Sahanee - December 18, 2017February 13, 20200 Hello Friends, Recently I was developing an Android application in which I was required to use SQLite Database. So, I developed a separate test application by which you can learn SQLite Database Handling in Android. Beside SQLite you can also learn how to use Spinner Control, TableView and TableRow in