0

Basically what i want to do is, when a user clicks a small thumb(imageView), it will take him to a newscreen...

how can i do that?

Bachask8
  • 310
  • 1
  • 7
  • 18
  • this isn't a question , you should try and add some code and then we can resolve problems that you will face :) , To guide you , you should set your imageView ( small thumb) as clickable : imageView.setClickable(true); and Then , set an onClickListener on your imageView, so when overriding the onClick method , you should launch you second actvity(which contain the second layout ) by using an intent , ( NB : the activity should be declared on your manifest file ) . hope that's clear :) – Houcine Oct 12 '11 at 22:38
  • Houcine, you should start answering questions as answers, instead of as comments – John Leehey Oct 13 '11 at 21:06

0 Answers0