Android - Custom Widget doesnt update
- by david
Hi,
I'm trying to make a widget to my app, but it doesnt update.
I just need to change the textview text and open an activity when a press a button, but none of them works...
the code
public void onUpdate(Context context, AppWidgetManager appWidgetManager,
int[] appWidgetIds) {
RemoteViews views = new…