All Stories
Android - user_task_flowchart
What is background taskFor the purposes of this document, we’ll use the term “task” to mean an operation an app is doing outside its main workflow. To ensure alignment in understandin...
In tutorial, user_task_flowchart, android, Jan 23, 2025Android - compose_1
Jetpack ComposeJetpack Compose is a modern declarative UI Toolkit for Android. Compose makes it easier to write and maintain your app UI by providing a declarative API that allows you...
In tutorial, compose_1, android, Jan 23, 2025Android - fragments
FragmentA Fragment represents a reusable portion of your app’s UI. A fragment defines and manages its own layout, has its own lifecycle, and can handle its own input events. Fragments...
In tutorial, fragments, android, Jan 23, 2025Android - anr_example_framed
ANR (Application Not Responding)When the UI thread of an Android app is blocked for too long, an “Application Not Responding” (ANR) error is triggered. If the app is in the foreground...
In tutorial, anr_example_framed, 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,