Custom Toolbar with SearchView in Android Android by Rajesh Kumar Sahanee - April 4, 2020April 13, 20200 Hello Friends, Today we are going to see another example of SearchView which is Custom Toolbar with SearchView in Android. SearchView in Toolbar was the first example of SearchView. The same type of toolbar I had developed in one of my project and It took more than enough time to
SearchView in Toolbar in Android Android by Rajesh Kumar Sahanee - March 23, 2020April 14, 20200 Hello Friends, today we'll see an example of SearchView in toolbar in Android. Actually friends, I was developing an android app for one of my client in which there was a list of users showing in the recyclerview and a very simple search option was required by the client. This
Multiple Filters and Sorting with Firebase Database in Android Android by Rajesh Kumar Sahanee - March 16, 2020April 14, 20200 Hello Friends, we have already seen how to make multiple filters and sorting in android before but today we are going to see multiple filters and sorting with Firebase Database in Android. I am sharing this because one of our visitor asked for. Firebase currently offers two types of database
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.
Android RecyclerView Swipe to Multiple Options Android by Rajesh Kumar Sahanee - November 3, 2019November 3, 20190 Hello Friends, Today I am going to share Android RecyclerView swipe to multiple options code. Recently I was working on an app in which I was required to add swipe to delete feature which I already shared in my previous post. But, while finding the solution for swipe to delete
Swipe To Delete and Undo Feature in Android RecyclerView Android by Rajesh Kumar Sahanee - October 29, 2019April 16, 20200 Hello Friends, Today I am going to share how to add swipe to delete and undo feature in Android RecyclerView. Recently I was working on an app in which I was required to add same swipe to delete feature. So, I googled and found the solution and modified it according
RecyclerView with Click Effect & Click Event Handling on Item in Android Android by Rajesh Kumar Sahanee - October 28, 2018April 6, 20200 Hello Friends, Today I am going share how to use RecyclerView with click effect & click event handling on item in android. I know there is lot of tutorial available to do this but still I am sharing this because, every time I work with RecyclerView, I have to google for