All Stories
Android - 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, 2025Android - no_image
Main components of android applicationApplication components are the essential building blocks of an Android application. These components are loosely coupled by the application manif...
In tutorial, no_image, android, Jan 23, 2025Android - no_image
How to support different screen sizes in Android?Android devices come in all shapes and sizes, so your app’s layout needs to be flexible. That is, instead of defining your layout with...
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,