Sure you can do it with an ImageView if you would rather not use a
button. Just get the image and call:
image.setOnClickListener(new OnClickListener() {
public void OnClick(View v) {
//do what you need here
}
});
On Nov 13, 8:04 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi,
> I want to program one image such that, when user clicks on it, it will
> load some activity.
> Can anyone give me any idea for that?
>
> Thanks,
> Mitul Modi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---