#jetpack-compose
Read more stories on Hashnode
Articles with this tag
This article is for you, if you are desperate to see what is going on inside the functions(Composables) you are using to show your app's UI, update...
What is Proto Datastore: One of the downsides of SharedPreferences and Preferences DataStore is that there is no way to define a schema or to ensure...
Output: Pre-requisites: Prior knowledge of MVVM & Jetpack compose is mandatory, I won’t explain every single thing. Better to test it on a Physical...
Output: Pre-requisites: Need Locations Permission access already. For details: Check this. Knowledge of MVVM(We will be using ViewModel...
The Phone Number Hint API is a part of the Google Play services library and uses a PendingIntent to initiate the flow. This means that the user is...
Introduction: The Google SMS-Retrieval API allows Android apps to automatically retrieve SMS messages containing one-time passwords (OTPs) from the...