I have a simple question (hopefully it is simple).
I've tried using adapterviewflipper in widget. I tested this code here.
The code works perfectly fine for me, if there is only one instance of widget in the homescreen. But things get messy when I create another instance of widget. The next button in every widget instance will only affect the last widget created, which is wrong.
Anyone have any idea how to deal with this?
Thanks in advance!