Saturday, April 28, 2018

Android - SHA1 key for Firebase

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. ...
Share:

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...
Share:

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...
Share:

Get it on Google Play

React Native - Start Development with Typescript

React Native is a popular framework for building mobile apps for both Android and iOS. It allows developers to write JavaScript code that ca...