What is SHA1? Secure Hash Algorithm 1 or SHA-1 hash value is typically rendered as a hexadecimal number, 40 digits long used by organizations like Google, Facebook etc uses SHA-1 hash value for secure connection between their services and clients. Being it is an important part of establishing a secure connection between two end points […]
Android Studio How To Generate Signed APK
Signed APK is required by Google Play Store for uploading or updating APK. By Default we generate debug APK when we run our application/Build APK which is unsigned and it cannot be accepted by Google Play Store. In Google Play Store every application must be signed with a certificate, which holds the details about developer […]
How To Update Gradle Plugin In Android Studio
This article will explain how to update Gradle plugin to latest version. You can check the latest version through this weblink where Gradle Team announces their latest releases https://gradle.org/releases/ Note: Gradle and Gradle Plugin are different. Android Plugin can run/update independent of Android Studio. Normally IDE will automatically ask you to update Gradle when you […]
How To Change Package Name In Android Studio
Have you ever encountered the headache of changing the package name and leaving it with some undesired name? if so through this article i can convince you that this is the one of the simplest task to do and it will take less than 1 minute if you are using Android Studio IDE. When thinking […]
Android Studio Vs Eclipse
I have written this article about differences between Android Studio Vs Eclipse is something i have experienced during my android application development. And i will tell you the reason why i prefer Android Studio over Eclipse. Eclipse Eclipse is simple and shorter build time when compare to android Studio. It is very lagging when you […]