Kotlin Mastery
Open main menu
About
Roadmap
Login
Loading...
View
1
Describe the phases of an Android View go through and explain how it differs from a Composable.
2
What strategies would you use to optimise the performance of a custom Android View and minimise overdraw?
3
How do you verify that your Android View is performant and doesn't overdraw?
4
What Android tools or libraries do you use to debug and troubleshoot issues with Android Views?
5
Explain how using ConstraintLayout can help improve performance in an Android app
6
How do you achieve something like this where a view is seamlessly moved to another activity?
7
Walk me through your thought process and implementation approach for creating a custom Star-shaped icon in Android.
8
Describe your step-by-step approach to debugging and optimising the performance of a very slow Android game that moves views by absolute positioning.
9
What are some common challenges or issues that can arise when creating custom Views in Android, and how would you address them?
Fragment
Widget