Hello everyone, This week we are going to see, how to setup Android Studio in your computer… Pre-requisites: Windows 8/8.1/10 4 GB RAM (8 GB recommended) Step 1 : Setup JAVA environment in your PC, you can take a look …
Tag: android virtual device

Git commit your Android Studio Projects
Hi there everyone, This week I’ll tell you guys how to git commit your android studio projects… So, that you can work from your home or outstation anywhere possible with the same source code Step 1 : Create a account …

APK decompiler – Single click method
Hi everyone, This week we are going to see, how to decompile .apk file to it’s source .java files and edit the source code of it !!! Step 1 : First extract the .apk file from your phone to your …