multithreading - Android ListView when get data -
i upload data listview data internet takes bit time. have wait it. how can give datas listview . ofcourse comes threads , dont know how handle this? im using simpleadapter. idea?
use asynctask populate data internet listview.
more asynctask
here
onpreexecute
show progress dialoge.
doinbackground
fetch data internet
onpostexecute
populate listview
Comments
Post a Comment