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

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -