RecyclerView padding to first and last items

in Android
Adding padding to a RecyclerView might not turn out as you expected. Fortunately it's easy to fix with clipToPadding attribute.
Read More…  

Indeterminate ProgressBar with custom image

in Android
Android ProgressBar with custom indeterminate drawable is quite easy to achieve. This tutorials shows how to do it.
Read More…