1

Possible Duplicate:
How to set OnClickListener in ViewPager

I am using android 2.2 .I want to go another activity after clicking an image within viewpager.Can any one help me?Is there any method for this purpose?

Community
  • 1
  • 1

1 Answers1

0

The purpose of a ViewPager is to flip/swipe horizontally through views (typically fragments). You should clarify what you are hoping to achieve with setting it clickable. If you want a navigation take a look at VPI

stoilkov
  • 1,686
  • 1
  • 11
  • 18