I have a Gallery and a few images stored in it.
On selecting the images i want some URL s to get opened on the top of this gallery(As a web view only).
For example If i click on a particular image i need a url to get opened.
I tried using ViewSwitcher and since I am a begginner i couldn move further.
Can someone tell if this is possible or suggest me开发者_如何学编程 the ways?
Check this link.
You basically need to use setOnItemClickListener and there add the code to lunch an url with an Intent.
加载中,请稍侯......
精彩评论