Tagged Questions
1
vote
1answer
793 views
Android - How to navigate ViewFlipper in AppWidget prior to Honeycomb
I'm writing flippable app widget and I run in the problem described below while trying to navigate the views.
The widget is simply a ViewFlipper with two buttons that when clicked should navigate ...
0
votes
1answer
786 views
How to change 'android:autoStart' attribute of ViewFlipper in RemoteViews programmatically?
I am building an appWidget that has multiple views and flips the views. Basically, it's working.
But I have no idea how I can stop view flipping in RemoteViews programmatically.
this is xml layout ...
