↧
Android Permission Model
This tutorial is about Android runtime permission model that changed in Android Marshmallow release. Google Play will require that new apps target at least Android 8.0 (API level 26) from August 1,...
View ArticleRxJava — Reactive Extensions for Java
RxJava is a Reactive Extensions implementation for Java environment. A combination of functional and reactive techniques that can represent an elegant approach to event-driven programming. Functional...
View ArticleAndroid One-tap SMS verification with the SMS User Consent API
The SMS User Consent API allows the app to prompt the user to grant access to the content of a single SMS message. When a user gives consent, the app will then have access to the entire message body...
View Article