Name specific code quality criteria.
Android
Where will you store the tokens?
What is the main idea of the Facade pattern?
Can you access an instance through a private field?
Why is the onBind method used in services?
What can you tell about clean architecture?
What does the partition() function do in Kotlin?
What is the difference between Android 5 and Android 6?
Why is it necessary to separate the display and business logic in an application?
When is it better to use PNG and WebP image formats, and when should you choose SVG?
Why is a separate callback needed for creating a user interface in a fragment?
Can you explain what AsyncTask is and how it is used in Android development?
How to link a custom View with a custom Layout?
Tell about access modifiers in Java.
How are fragments related to Activity and how do they exist in the context of an application?
What data type is used for lambda expressions in Java?
How to handle a situation where activity opens multiple times due to deeplink?
Have you ever created custom views for Android applications?
What is the essence of the ViewHolder pattern?
How to add custom attributes to a custom view in Android?