Can you tell about the most significant projects or tasks you have implemented recently?
Android
List the methods of the Object class or Any in Kotlin programming language.
What do you consider bad in code and what would you like to replace immediately?
Can there be situations where it is necessary to remove Strong references in code, and what are the possible reasons for this?
Have you used inline functions in your project?
What is the purpose of StateFlow in Android development?
What are the key components used in implementing coroutines?
What would you do if the release build of your application crashes at a different place than the debug build?
What is the lifecycle of a fragment in Android?
What does the Object.finalize() method do?
How to perform asynchronous operations in pure Android?
What is the difference between the collection functions associateWith() and associateBy()?
Tell about methods that cause View to redraw in Android.
What is the purpose of the Job object in Android?
How can scope affect application performance?
How would you implement inheritance between two classes in Kotlin?
How to create your own WorkManager in Android?
How can you receive messages on the main thread using Handler and Looper?
How can you track changes in state in Jetpack Compose?
What is the difference between exceptions in Kotlin and Java?