I have different screen to work in an android application. I\'m using ViewFlipper for this. I decided to used different class for different view children
public
U can perfrom animation using Intent to:
Step1: create anim folder under res directory in ur project.
Step2: create an slideleft.xml file
Step3: type the following code in that file
step 4: similarly create slideright.xml
step5: use the above code, but change the following
step 6:
target.startAnimation(AnimationUtils.loadAnimation(HomeScreen.this, R.anim.slide_left));
perfroming fadein operation, just add the following code in fadein.xml file
similarly for fade out too