Android Rating: In-App Review API

An app rating and reviews are crucial if you want to keep the app alive.

QR Reader in Android w/ Kotlin

Turn your phone's camera into a QR scanner
Ask 100 different developers about what they find most exciting about android development and you will get as many different responses. Personally, I find the customization of the various framework and design libraries. Consider it as such if there is something that doesn’t fit your needs within the development process that as a developer we

Swift Has Tuple

Swift provides us with a type called Tuple which is used to group multiple values in a single compound value.
This is because it plays a significant role in choosing the right abstraction mechanism keeping both performance and modeling in mind.
TOP