Android
Reading and Writing files in Android 10+ Scoped Storage
Use Kotlin and Jetpack Compose to read and write files with the new scoped storage system in Android 10 and above.
Android
Use Kotlin and Jetpack Compose to read and write files with the new scoped storage system in Android 10 and above.
Android
Coroutines are a powerful feature in Kotlin to write asynchronous code that can look like synchronous code. Volley is a popular Android library for making HTTP requests. By combining the two we can drastically simplify code that depends on multiple API calls
Android
A small code snippet showing how to read values from an xml file in Android