Skip to content

Display the wrong information and select data? #10

Closed
@hoanganh2020

Description

@hoanganh2020

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions