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?
But what is the way to call fragments inside the AppWidgetProvider class?
Snippets are used for actions, not application widgets.