Introduction:- For access service of Firebase. We always need SHA1 key to add a project on Firebase console. So, i'm going to explain how can you easily get it from Android Studio.
1. Click on Gradle tab.
2. Double click on signingReport file.
...
Saturday, April 28, 2018
Android - Hash Key of Application
Introduction: Register an Android application for a 3rd party like Facebook. We always need Hash key of APK. Here, i'm going to explain a simple code snippet that gets hash key of your debug and release Apk.
So, First of all, if you want Hash key of debugging apk just...
Wednesday, April 25, 2018
Android - Circular image view with loader
Introduction:- Reusable component always increase the speed of development. So, i'm going to explain a component that displays image in the circular shape that's written in Kotlin.
For display user profile pic we always need a circular image view. Let's...