All Stories
Android - 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, 2025Android - no_image
Reduce your app sizeSmall app size is directly related to download success, particularly in emerging markets with poor network device connections or low network speeds. This can resul...
In tutorial, no_image, android, Jan 23, 2025Featured
-
Testing - no_image
In tutorial, no_image, testing, -
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,