RecyclerView padding to first and last items Jun 30, 2019 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 Dec 8, 2019 in Android Android ProgressBar with custom indeterminate drawable is quite easy to achieve. This tutorials shows how to do it. Read More…