Are you ready to develop data display interface components?
Android
Is it possible to be sure that changing settings will invoke the user constructor of the fragment?
If Dagger implemented its functionality using reflection instead of code generation, could it be considered similar to a Service Locator?
Do you have experience working with projects consisting of multiple modules?
What are the main approaches to creating coroutines in programming?
Can you explain what are garbage collector roots and what types exist?
What methods can ensure coordinated work of multiple threads in a multithreaded environment?
What is the main functionality and purpose of SupervisorScope in the system?
Could you give an example of principle D from SOLID principles demonstrating its practical application?
What methods can be used to reduce excessive reprocessing of UI components when using Jetpack Compose?
Can you talk about the key concepts of Kotlin Multiplatform and how they are implemented?
Do you prefer to use the traditional markup and View approach or modern tools like Jetpack Compose when creating a user interface?
Can you give examples of specific situations or cases where the dependency inversion principle is applied?
Can you name the key classes used when working with Coroutines?
Can you explain what CoroutineDispatcher is and how it is used in coroutine programming?
Is it possible for a Fragment to exist without an attached View?
How to implement and register a BroadcastReceiver in an Android application?
Is it possible to stop the execution of a scheduled operation deferred with Deferred?
How is the integrity of operations implemented and guaranteed within a transaction?
How to handle exceptions when launching coroutines using try/catch placed outside the launch function?