At what level are managers' roles positioned in the architecture of processes, applications, and the operating system?
Android
Can suspend functions be used inside a LaunchedEffect block in Jetpack Compose?
How to update the interface in Jetpack Compose after data changes?
What methods will you use to diagnose the causes of delays when working with RecyclerView?
What is the role of and why are side effects used in programming?
Can an internal implementation of a Custom View cause lag when used with RecyclerView?
Does LifecycleOwner use ActivityManager to switch activity to RESUMED state?
What are the consequences of including 1 gigabyte of data in a Bundle object?
Using the data transfer mechanism when creating a fragment, can you set the data volume up to 15 megabytes?
Have you used your own visualization components instead of standard elements?
Как компонент LifecycleOwner отслеживает необходимость вызова метода onResume для конкретной Activity?
What other effects, besides DisposableEffect, can you name?
Explain the principle of operation and the role of callbacks in updating the user interface in MVP or MVVM architecture models.
How is data exchanged between fragments when using FragmentManager?
What difficulties have you faced during project implementation and how did you overcome them?
How can you programmatically return to the first screen of the application and clear the navigation history using system commands?
Is the thread the main entity associated with the garbage collection process in a data structure tree?
How do methods of launching new screens in Android differ: using startActivity and managing fragments through FragmentManager?
What is the role of the Domain layer in the architecture based on Clean Architecture principles?
How does FragmentManager determine when to call onSavedStateHandle?