Following steps will help you applying the material design theme to your app. 1. In Android Studio, go to…
If you are using Android Studio, adding volley support can done just by adding ‘compile com.mcxiaoke.volley:library-aar:1.0.0’ to gradle.build dependencies…
In Eclipse, if we want to add Google Play Services to a project, we’ll simply import the play services…
If you want to write comments for your android functions, there is an easy way to auto generate the…
In some cases you might want to check whether you app is running in background or foreground. An example…
When you show longer text in notification message, you can notice that the text is stripped away. So if…