android - Wrong Thread Exception -
whenever using
listview.scrollto(int x,int y) method getting exception called
android.view.view root implementation called wrong thread exception: original thread created hierarchy can touch views.
may know problem , solution exception?
to update listview
, need update main thread. can throw information main thread , update it, using handler
.
Comments
Post a Comment