I’m having trouble trying to find any tutorials on how to make a paging app widget like the ones found in Facebook, Twitter and FriendCaster.
I could use the new Android 3.0+ tools with an adapter, however that would be difficult to test as I don’t have any devices capable and my computer isn’t either.
This can be done by giving your appwidget a state, which defines the page it currently shows. And assign broadcast to the buttons to change state.
Here is some incomplete code example:
Hope this helps to achieve what you want.