Android Nomad - Issue #18
Topics:
- Bottom Sheet using Jetpack Compose
- Clean Shared Preferences
- LiveData vs StateFlow
- Newer way for Networking using ktor
Bottom Sheet using Jetpack Compose — medium.com
Clean SharedPreferences in Android — medium.com When developing in android I often find myself persisting some simple data in shared preferences. It’s a really easy way to store primitves in a key-value structured format. Just define a name for…
Android Difference between LiveData and Stateflow — medium.com All Android developers, when they create an application, must always take care to write clean and organized code, and this always helps them in solving problems efficiently and also helps them to…
Newer way to make API calls — medium.com
Use Ktor for network i/o