Android RecyclerView search tutorial for beginners

  Android Recyclerview Search : Android Recyclerview Search is used to filter the data populated through the recycler view.The best example is contacts list where we can search the contacts and filter the data. Popular application like facebook, whatsapp and many other apps provide a search to filter their chats and also a dictionary is … Read more

Android Search RecyclerView

  Android Search Recyclerview : Android Search Recyclerview, Generally data is displayed in the form of listviews in apps, so that data can be dynamically loaded also sometimes the list has to be searched. Android Recyclerview is mostly used now a days rather than the android listview so that the views get recycled and consumes … Read more

Butterknife implementation in Android || Activity, Fragment, Adapter

  ButterknifeĀ  : Butterknife is used as bind the components from layout directly into code.In previous blog i have discussed Butter Knife usage but in this blog i will provide detailed code. Butterknife makes the handling of components much easier than traditional way of handling them also this process makes it faster in populating data … Read more

Show Buttons
Hide Buttons