How did the designer share their templates with the team?
Android
What mechanisms in coroutines implement cooperative multitasking?
What is CharSequence?
Can you tell about any design patterns related to the 'builder' pattern in Android?
What approach to dependency injection (DI) do you plan to use?
What is the difference between action and category in an Intent?
How would you implement navigation using buttons so that it preserves the stack?
What types of collections exist in Java?
What are the potential difficulties or disadvantages of using GlobalScope in Kotlin Coroutines?
What ways do you know to combat race conditions besides using the volatile keyword?
What is the difference between using asynchronous functions with the keyword async and calling launch in asynchronous programming?
Why use Binds if Provide already exists?
What needs to be done to describe a GET request?
Why is it not recommended to put all dependencies in one component? How can dependencies be organized differently?
Are there built-in tools or methods to confirm the connection of the View with other system components?
How do you choose an architecture for a project?
How can interface display be launched in Android without using the Activity class?
What are the disadvantages of virtual tables?
Can you give examples of when it is appropriate to use the 'let' construct in code?
How to find an object if there are no references to it?