All Stories
Android - no_image
GradleGradle is an open-source build automation tool flexible enough to build almost any type of software. Gradle makes few assumptions about what you’re trying to build or how to bui...
In tutorial, no_image, android, Jan 23, 2025Android - 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, 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,