All Stories
Android - no_image
What tools for multithreading do you know
In tutorial, no_image, android, Jan 23, 2025Android - module_mediator
Modularization patterns
In tutorial, module_mediator, android, Jan 23, 2025Android - singleTop_scenario_1
What launch modes do you know?
In tutorial, singleTop_scenario_1, android, Jan 23, 2025Android - viewbinding_vs_databinding
View binding vs Data bindingView binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a bin...
In tutorial, viewbinding_vs_databinding, android, Jan 23, 2025Android - no_image
Bundle savedInstanceState is a reference to the Bundle object that is passed to the onCreate() in an Activity. Activities have capability to restore themselves to a previous state u...
In tutorial, no_image, android, Jan 23, 2025Android - 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, 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,