Hi all,
I'm really new to Android application programming and currently stuck
on this. I have a file called VideoPlayer.java and I would like it to
link to another file called VideoPlayer_Player.java when I click on my
selected video. My onListItemClick() codes are as follows:
protected void onListItemClick(ListView l, View v, int position, long
id) {
super.onListItemClick(l, v, position, id);
Intent i = new Intent(this, VideoPlayer_Player.class);
startActivity(i);
}
I would certainly appreciate it if I could get this working.
Thanks,
Suhaimi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---