Lebogang NkosiWorkManager & Tech DebtHave you ever received a notification on your phone about low storage, only to wonder how that’s possible when you hardly take pictures or…Sep 15
InProAndroidDevbyBurakBottom Sheet in Jetpack ComposeModal bottom sheets present a set of choices while blocking interaction with the rest of the screen. They are an alternative to inline…Dec 6, 20221
InProAndroidDevbySandeep KellaHow LiveData Updates 100 Observers in AndroidHey there! So you want to know how LiveData in Android can handle updating a bunch of observers, like 100 of them, all at once? That’s…Jun 211Jun 211
InProAndroidDevbyTom ColvinUsing Jetpack Credential Manager to save and retrieve passwords in-appSaving user credentials has traditionally been a bit hit-and-miss in Android, but a new library released earlier this month looks promisingFeb 23, 20231Feb 23, 20231
Ari SyuhadaSave Your Time, Use View Binding More: Android App DevelopmentHas it ever crossed your mind how to reference several views on your layout without constantly searching for it by ID?Jun 20Jun 20
Lebogang NkosiWorkManager & Tech DebtHave you ever received a notification on your phone about low storage, only to wonder how that’s possible when you hardly take pictures or…Sep 15
InProAndroidDevbyBurakBottom Sheet in Jetpack ComposeModal bottom sheets present a set of choices while blocking interaction with the rest of the screen. They are an alternative to inline…Dec 6, 20221
InProAndroidDevbySandeep KellaHow LiveData Updates 100 Observers in AndroidHey there! So you want to know how LiveData in Android can handle updating a bunch of observers, like 100 of them, all at once? That’s…Jun 211
InProAndroidDevbyTom ColvinUsing Jetpack Credential Manager to save and retrieve passwords in-appSaving user credentials has traditionally been a bit hit-and-miss in Android, but a new library released earlier this month looks promisingFeb 23, 20231
Ari SyuhadaSave Your Time, Use View Binding More: Android App DevelopmentHas it ever crossed your mind how to reference several views on your layout without constantly searching for it by ID?Jun 20
Pankaj JangidDemystifying Android ViewModel: How Does It Work Under the Hood?Ever wondered what magic keeps your app’s data intact during configuration changes? Let’s dive deep into Android’s ViewModel and unravel…Sep 1
Abdellah Ibn El AzraqIntroducing WorkManager: How It Works, When to Use It, and How to Use ItEfficiently managing background tasks is crucial for building high-performance applications. However, handling this aspect in Android can…Jan 7
Aditya UpadhyeMastering Jetpack DataStore in Android: The Correct Setup and UsageIn today’s mobile landscape, managing application data effectively is crucial. Jetpack DataStore emerges as a powerful and modern solution…Mar 21