All Stories
Android - no_image
What do you know about Auto Backup?Auto Backup for Apps automatically backs up a user’s data from apps that target and run on Android 6.0 (API level 23) or higher. Android preserves a...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
ArrayMapArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a traditional HashMap. It keeps its mappings in an array data stru...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
App StartupThe App Startup library provides a straightforward, performant way to initialize components at application startup. Both library developers and app developers can use App S...
In tutorial, no_image, android, Jan 23, 2025Android - pinned_shortcuts
App ShortcutsShortcuts deliver specific types of content to your users by helping them quickly access parts of your app.1
In tutorial, pinned_shortcuts, android, Jan 23, 2025Android - no_image
App BundlesAn Android App Bundle is a publishing format that includes all your app’s compiled code and resources, and defers APK generation and signing to Google Play.
In tutorial, no_image, android, Jan 23, 2025Android - no_image
Activity Result APIsWhile the underlying startActivityForResult() and onActivityResult() APIs are available on the Activity class on all API levels, it is strongly recommended to use ...
In tutorial, no_image, android, Jan 23, 2025Android - view_lifecycle
View lifecycleView class represents the basic building block for user interface components. A View occupies a rectangular area on the screen and is responsible for drawing and event h...
In tutorial, view_lifecycle, android, Jan 23, 2025Android - no_image
Service vs IntentServiceA Service is an application component that can perform long-running operations in the background, and it doesn’t provide a user interface. Another application ...
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,