Arrange different types of layouts in order of their resource consumption.
Android
What methods need to be overridden in a subclass of RecyclerView?
What is the name of the layout in which elements can overlap each other?
What is the difference between primitive and reference data types?
What are extensions in the Kotlin programming language?
What is CharSequence?
When does WorkManager start working?
Can you provide examples of well-written and readable code?
What are constructors used for in a data class, and is it possible to do without them?
How can you implement multiple constructors in a single class in Kotlin?
What are the advantages and disadvantages of using dependency injection in programming?
What should you do if you need to serialize an object of your class but one of its fields is not serializable?
Have you encountered the anti-pattern 'Beautiful Columns'? What problems can it cause and how to deal with them?
What changes have occurred in class creation between Kotlin and Java?
What are the differences between XML markup and the modern Jetpack Compose approach when creating Android interfaces?
Have you used inline functions?
Is it possible to avoid calling onPause and onStop methods in the application lifecycle?
How do you acquire new knowledge or skills in your professional activity?
What primitive data types exist in Kotlin and what are available in Java?
Have you ever used Service in Android application development?