All Stories
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, 2025Android - 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, 2025Android - app_signing
Play App SigningWith Play App Signing, Google manages and protects your app’s signing key for you and uses it to sign optimized, distribution APKs that are generated from your app bun...
In tutorial, app_signing, android, Jan 23, 2025Android - no_image
Navigation componentThe Navigation Architecture Component simplifies implementing navigation, while also helping you visualize your app’s navigation flow. The library provides a numbe...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
LiveDataLiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activ...
In tutorial, no_image, android, Jan 23, 2025Android - android_jetpack
JetpackJetpack encompasses a collection of Android libraries that incorporate best practices and provide backwards compatibility in your Android apps. The Android Jetpack components b...
In tutorial, android_jetpack, android, Jan 23, 2025Android - no_image
BroadcastReceiverA broadcast receiver (receiver) is an Android component which allows you to register for system or application events. Android apps can send or receive broadcast mes...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
ActivityThe Activity class is a crucial component of an Android app, and the way activities are launched and put together is a fundamental part of the platform’s application model. Un...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
DataStoreJetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to sto...
In tutorial, no_image, android, Jan 23, 2025Featured
-
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,