A fragment of a call inside the AppWidgetProvider class

I am creating widgets in android. We invoke the action through intent in the AppWidgetProvider class. But what is the way to call fragments inside the AppWidgetProvider class?

+4
source share
1 answer

But what is the way to call fragments inside the AppWidgetProvider class?

Snippets are used for actions, not application widgets.

0
source

All Articles