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 […]
Development
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 […]