Showing posts with label using ViewFlipper. Show all posts
Showing posts with label using ViewFlipper. Show all posts

Tuesday, June 14, 2011

Android: Switching screens in an Activity with animations (using ViewFlipper)

how to switch between layers using animations to make it look like you are changing screens… we will be using a ViewFlipper widget in the layout XML.

1. Create a new Android project, unless you already have one

01 new project

2. Create a new Activity class that extends android.app.Activity.