Closed
Description
Hi,
I checked to see, it display the wrong information and select click? When ads loaded, information on listview load more slowly. See picture: http://www.appsvn.com/pic/list_error.jpg
And when use lvMessages.setOnItemClickListener will get wrong data with position.
lvMessages.setOnItemClickListener(new AdapterView.OnItemClickListener() {
public void onItemClick(AdapterView<?> parent, View view,
int position, long id) {
Toast.makeText(getApplicationContext(),
"Click: " + String.valueOf(position),
Toast.LENGTH_LONG).show();
}
});
Thanks!
Metadata
Metadata
Assignees
Labels
No labels