Hi everybody.
When there's a time consuming query that selects data to fill a listview how can I inform the user to wait until they are finished?
I 've tried putting progressdialog show before the commad that runs the query, but it ...doesn't show
Maybe because the main thread is too busy? I don't know...
Any suggestions, please?
When there's a time consuming query that selects data to fill a listview how can I inform the user to wait until they are finished?
I 've tried putting progressdialog show before the commad that runs the query, but it ...doesn't show
Maybe because the main thread is too busy? I don't know...
Any suggestions, please?