What are the dangers of passing a lambda from Java to a method in Kotlin?
Android
Is it possible to make all functions inline at the compiler level?
How do StateFlow and SharedFlow react to changes in configuration settings in the application?
Какой hash-код возвращает метод hashCode() для списка по умолчанию?
What methods of multithreading are available?
Why can't an atomic operation be stopped or canceled during execution?
What are access modifiers?
What is the difference between a data class and a regular class in Kotlin?
What messages will appear in the logs if an activity goes through a typical lifecycle but calls finish() in onCreate, after which the completion is logged?
How to implement a user interface in Android without using XML?
What is the difference between Android 6 and Android 7?
Are there beginner developers in your team who are just learning the technologies?
What happens to the execution flow when the queue remains empty in the context of Looper?
What is the main advantage of the MVVM architectural pattern?
We do not have a profiling tool for the application. What steps would you take to review the code?
What properties can you add as extensions in Android?
Tell us about the MVVM pattern and its application in Android app development.
What happens to a coroutine when an exception occurs?
How does LeakCanary detect memory leaks?
How would you solve problems with lagging in the chat?