Skip to content Skip to sidebar Skip to footer

Android: Disable Listview Once Clicked?

I have a list view and when item in the listview clicked, I save the detail to sqlite db using AyscTask which is called from listview's onitemclicklistener. When user randomly clic

Solution 1:

try using disable the list in AsnykTask -> PreExecute and enabling the list in PostExecute..


Post a Comment for "Android: Disable Listview Once Clicked?"