guys.
I'm creating a sticker widget, witch is basically an image (in some dimension) that the user can put at the home screen. It does absolutely nothing.
The idea is to sell a sticker with some logos of a nonprofit organization, so it can work as a donation, let's say. There are 5 different logos and that's it.
I have to create the AppWidgetProvider, but all changes is going to happen in the settings activity. So, my question is: what exactly do I put in the AppWidgetProvider? Can I leave it empty? O_o
Thanks!