Multiple choice technology embedded technologies

What are the key classes for an App Widgets

  1. AppWidgetProvider

  2. AppWidgetProviderInfo

  3. AppWidgetManager

  4. AppWidgetDialer

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

AppWidgetProvider, AppWidgetProviderInfo, and AppWidgetManager are the essential Android classes used to define, configure, and manage App Widgets. AppWidgetDialer is a made-up class name and not part of the Android framework.