2

Possible Duplicate:
Android Left to Right slide animation

I want to implement sliding (multiple screen which slides) look in activity layout as we have in android home screen. Same type of look in an activity. Kindly prodive with some sugestions.

Community
  • 1
  • 1
Ravi Ranjan
  • 526
  • 2
  • 6
  • 15

1 Answers1

4

You are lookin for ViewPager Implementation. here is a discussion about it.

ViewPager simply looks like a Gallery with one element visibility at a Time. For each page you have to inflate your own layout so that you can customize it with the elements you want.

Community
  • 1
  • 1
Andro Selva
  • 53,910
  • 52
  • 193
  • 240