How Manipulation Data In ListView ?.
this is function Click Listener in Listview existing.
id_LV01.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position,
long id) {
Toast.makeText(getContext(), "Test" +
id_LV01.getItemAtPosition(position), Toast.LENGTH_LONG).show();
}
});
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/509dbe46-d8a4-4a3d-97ee-39a8b8db300f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.