All Stories

Android - work_manager_criteria

WorkManagerWorkManager is an API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts. The WorkManager A...

In tutorial, work_manager_criteria, android, Jan 23, 2025

Android - no_image

WidgetHome screen widgets are broadcast receivers which provide interactive components. They are primarily used on the Android home screen. They typically display some kind of data an...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

ViewStub

In tutorial, no_image, android, Jan 23, 2025

Android - viewmodel_lifecycle

ViewModelThe ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as scr...

In tutorial, viewmodel_lifecycle, android, Jan 23, 2025

Android - room

Room

In tutorial, room, android, Jan 23, 2025

Android - no_image

RecyclerViewThe RecyclerView class supports the display of a collection of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates t...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

ProguardProguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecod...

In tutorial, no_image, android, Jan 23, 2025