Is there anyway to prevent double tap on ListView
in Android? I found this when i accidentally tapped item on ListView
and it opened up two new window. is there any way to prevent it from opening a same window twice.
Just add listView.setEnabled(false);
on select of listview and after select when response will come or back button press just write---- listView.setEnabled(true);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With