Android App Widget - Button to change TextView content
问题 I'm a little confused with Android app widgets. I understand that I can create a button to start an activity, but I don't see how I can create a button to edit the text of a TextView inside the widget. Can someone please tell me what I'm missing? Thanks a lot in advance. EDIT: I don't mean for the user to input the new text, I mean for the application to change the text automatically, without any UI (i.e., dialog boxes or activities). 回答1: EDIT: OK, so you set a getBroadcast PendingIntent on