android - Running ProgressBar on busy UI thread -
i need work done on ui thread, means can't (that know of) display progressbar
ui busy executing other tasks.
i know sounds bit illogical, there way display indefinite progressbar
on ui thread while ui thread busy?
i aware of using runnables , asynctasks, i'd use them complete actual work if could, can these used displaying progressbar
itself?
just show textview loading... in it, or other static view (imageview progress, doesnt spin). other solution need work on ui.
i check code in order free ui because if u use ui long user wouldnt able press or , feel the app stuck.
Comments
Post a Comment