Tagged Questions
3
votes
2answers
566 views
Passing custom parcelable object extra or in ArrayList to RemoteViewsService breaks appwidget
Basically what i want to do, is to pass a custom parcelable object via an intent, to the RemoteViewsService and thus to my RemoteViewsFactory. For some reason, this simply doesnt work :S Whenever i ...
1
vote
2answers
494 views
update textView in a widget
I've read a lot of Q&As but I couldn't find my answer.
May be something in my implementation is wrong.
The problem is that my TextView in the widget doesn't get updated.
The logic is this:
...
2
votes
1answer
698 views
How to handle widgets buttons
I'm starting with widgets and got a very nice tutorial on the internet, got the example run perfectly, but when i tried to change somethings I got stuck.
The thing is: I just want to change the image ...