In Eclipse, if we want to add Google Play Services to a project, we’ll simply import the play services project to workspace and add it as a library project. But in Android Studio, if you want to add play services, follow below steps. Open your project’s build.gradle file and add…
If you want to write comments for your android functions, there is an easy way to auto generate the basic comment skeleton in Android Studio. First define you function with all the necessary parameters and a return value. Then keep the cursor above the function, type /** and press Enter…