Author name: admin

Google play APP Signing key

First of all you need to install java JDK latest version. JDK  and after installation you need to setup an environment variable in your user space to simplify terminal commands. In Windows x64 you need to add this : C:\Program Files\Java\{JDK_VERSION}\bin to the Path environment variable. 2. Now Open Google Play developer console, then go to Release Management -> App

Google play APP Signing key Read More »

First App

Create First Android App In Android Studio: Beginners Step By Step Complete Video Link here Step 1: Create a new project Step 2: Open res -> layout -> activity_main.xml (or) main.xml. Here we are going to create the application interface like add layouts, Button , TextView. Step 3: Open MainActivity.java Step 4: Open AndroidManifest.xml Add

First App Read More »