What types of exceptional situations can you name in programming?
Android
Could you give an example where the principle of single responsibility is violated in code?
What is a data class in programming language and what are its advantages?
How do you organize priority setting for a large flow of urgent tasks?
For what period of time does the ViewModel ensure the preservation of its state?
What are the main difficulties that may arise when using Jetpack Compose and XML layouts simultaneously in one project?
What is the difference between DML and DDL?
Why might the list slow down when scrolling?
What methods of XML markup integration with Jetpack Compose do you know?
What are the main differences between Set and List collections?
What is the difference between val and var in Kotlin?
How does LeakCanary detect memory leaks in an application?
Why are permission tags needed in Android?
What features exist when using different types of references in programming?
Have you worked with the invalidate() method to update the view display?
Can you explain the concept of scope in Jetpack ViewModel and how it is used?
Можно ли сразу запустить задачу в WorkManager без ожидания его очереди или повторного планирования?
How do you connect a BroadcastReceiver to receive messages?