What navigation methods are available in the application besides using the navigation library?
Android
What database do you use in your projects?
How to trigger a redraw of a custom View in Android?
What types of libraries do you know and what are their differences?
In which method do we perform tasks of IntentService?
How can you implement creating a new object that has three fields from the source data class and additionally two object fields?
How would you implement offline mode support in an application?
How does the garbage collection mechanism determine that an object needs to be removed from memory?
Why is it important to separate presentation and business logic in an application?
Did you use native solutions for implementing network requests in Android?
Why can't the garbage collector mechanism complete the lifecycle of an Activity displaying the main screen of the application?
How is a static method created in Java?
What features should be considered when using Intent in Android applications?
How do you connect multiple screens in an application?
How is layout performance measured in Android?
Are there topics you prefer not to raise in discussions?
What are GC Roots and how do they affect the automatic memory management process?
From which class do all classes in Java inherit?
What is the maximum amount of data you have had to process in your practice?
Have you encountered the anti-pattern 'Beautiful Columns'? Can you share your experience working with it?