IHFirufgreg

DevelopmentDesignMarketing I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Tweet Hey! I am first heading line feel free to change me I...

Simple Add Google Play Services to Android Studio Project

If you want to add play services, follow below steps. Open your project’s  build.gradle file and add below line under dependencies module. This will add all the Play Services APIs to your project. dependencies { compile 'com.google.android.gms:play-services:7.0.0' }...