Could you list the types of layouts in XML and indicate their level of complexity or resource intensity?
Android
What is the difference between the collection functions associateWith() and associateBy()?
What is the purpose of a data class in Kotlin?
What is the purpose of the Job object in Android?
How can scope affect application performance?
What should be done if you need to serialize an object of your class but one of its fields cannot be serialized?
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 it be demonstrated that the methods of an abstract class are mandatory to override?
How can you track changes in state in Jetpack Compose?
What is the difference between exceptions in Kotlin and Java?
What is the feature of Data Class compared to other classes in Kotlin?
How can you implement the creation of additional constructors for a class in Kotlin?
What are the differences in error handling between using launch and async/await in coroutines?
Could you describe your main tasks and responsibilities at your previous job?
How to change all requests in the Retrofit library?
What mechanisms can be used to cancel requests from presenter to view?
How is object storage implemented in HashMap?
How do you inject a ViewModel using Dagger Hilt?