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
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