Oh Boy, I got the key to treasure š Note: Check IMPORTANT NOTE at the end of blogĀ š After Run time permissions has launched in Marshmallow, I have suffered so much managing the whole flow manually, Everything was going good until one day I found use case where user permanently […]
admin
Absolute minimum things every Java developer should know about āStringsā
Itās String things š After reading OCP programming guide for Java SE 7, I think these are all small but important key points every Java developers should know about String class String is a class, so you can create a string object by new String(); In any String every character […]
Extremely useful Kotlin libraries for Android developers.
Started android development with Kotlin or wanna start? Use these libraries and it will be more awesome. Letās go straight to the list, Android -KTX A set of Kotlin extensions for Android app development. The goal of Android KTX is to make Android development with Kotlin more concise, pleasant, and […]