Sunday, May 31, 2015

Sunday, May 17, 2015

Handling adapter error while using RecyclerView in Android

Standard
Hello All:

RecyclerView is introduced with Android L and is also available with AppCompat library. RecyclerView provides better layout option and performance as compared to ListView. However, in this post I will share one of the possible solutions to a problem which occurs with RecyclerView.

Friday, May 8, 2015