All Stories
Android - no_image
Reduce your app sizeSmall app size is directly related to download success, particularly in emerging markets with poor network device connections or low network speeds. This can resul...
In tutorial, no_image, android, Jan 23, 2025Android - 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, 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,