Kotlin Mastery
Open main menu
About
Roadmap
Login
Loading...
Widget
1
What are some best Practices when it comes to App Widgets?
2
How do you plan a app widget resize strategy?
3
What will be your approach for implementing this widget design?
4
What are the typical limitations of using RemoteViews in Android Widgets?
5
Can you have multiple Widgets per app?
6
How would you handle Dependency Injection with Widgets?
7
Why would you choose Glance over Traditional XML approach for Widget implementation?
8
What are some negatives of using Glance API?
9
Can you explain step by step, how you would do a glance app widget?
10
Do the widgets live in the same process as of the app?
11
How do you handle actions in Glance API?
12
Describe the different size modes available for App Widgets in Android, and explain the differences between each.
13
Explain why responsive mode is generally preferred over exact mode when designing App Widgets.