Android RecyclerView
I wrote a post a while back describing the View Holder pattern that should be used with the Android ListView in order to improve the performance of the ListView. That […]
I wrote a post a while back describing the View Holder pattern that should be used with the Android ListView in order to improve the performance of the ListView. That […]
An introduction to creating your own custom components for Android
When using a ListView in Android you should always use the view holder pattern in your adapter class to improve the performance of scrolling the ListView. The view holder design […]
My story about how I started in Android development, and why I love it so much.