Hello there everyone, This week we are going to learn the basic difference between Activity and AppCompatActivity in Android Application Development. You might have noticed that in many tutorials and also in many ready-made drag and drop tools like SketchWare …
Tag: ANDROID STUDIO software

Gradle build taking too long in Android Studio – Solved
Hello there everyone, This week we are going to know the solution for the most common issue faced by every android developer once in their development period. Gradle build will take forever and new project can’t be created. This issue …
Read More "Gradle build taking too long in Android Studio – Solved"

Setting up Android Studio
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 …

Create FAB ( Floating Action Button ) on Android Studio
Hello there everyone, This week we are gonna see, HOW TO CREATE FAB (Floating Action Button) using Android Studio without any library files… Seriously, it took me hell a lot of time to figure this out, but it’s worth it …
Read More "Create FAB ( Floating Action Button ) on Android Studio"

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 …