How to use CursorLoader in Android

How to use CursorLoader in Android

Today we’ll discuss about CursorLoader in Android. Loaders have been introduced from Android 3.0 but we can also use loaders in prior versions of Android starting from Android 1.6 with the help of Android compatibility library. There are three key benefits of using a CursorLoader: The query is handled on…continue reading →
Material Design Color & Toolbar Customization

Material Design Color & Toolbar Customization

Hi guys, in previous tutorial we have learned how to setup material design in android studio. In this tutorial we'll learn how to customize material design colors and toolbar . So lets talk first thing first. In order select your colors you can go through this material design color patterns and choose the one…continue reading →