I am wondering is there a view in android that you can swipe and it goes to another view? I am using mono Android but can’t seem to find anything on how to do this. I expanded my search to android but can’t find anything as well.
Does anyone know a sample project that has this that I can look at and use?
Google released the compatibility pack with some new UI Elements, which you can download via SDK Manager.
put the .jar file located in
sdkfolder/extras/compatibilityin your build path.now you can use a class called
ViewPagerwhich behaves like the Android Homescreen.Or, if you are using Eclipse and ADT plugin v12 or higher, just right click your project, choose “Android Tools” and then “add compatibility package”.