debug key

Snippets, Solutions

Print Android signing key SHA in code

If you ever want to get the Android SHA (1/256), MD5 or the signing key used to sign your app for example you can use the following snippet. Important! Be aware that you should not print that in a production environment as it might leak sensitive data API 28> (Kotlin) Deprecated (Java) And the converter […]

, , , , , , , ,
Tutorial

Android How To Make Google Maps Application

NOTE: DEPRECATED. You should use Google Maps Android API V2 Sometimes in our applications we have to add new features like Maps. So in today’s tutorial I will show you how to create a map for your application and what you need in order to create it. Firts of all you have to run the

, , , , ,
Scroll to Top