Android Listview row's ImageView OnClick delay -


similar this thread, i'm having delay in click response of view inside listview's row.

also, click listener fired when view outside listview gained focus.

my question is, there other way solve this, apart ditching listview altogether, suggested on link above?

i had come same issue , solved of others.

it seems used hash array save listview rows in order avoid inflate new view multiple times while implementing getview() method.

however using hash array make listener's status mess cause problem described.

so delete hash array , return row view in getview() method.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -