'Global' ProgressDialog on android -
i need execute long running task on android application (network activity). use new thread it. working fine.
the problem need update sqlite database results of process , must not let user ui interaction while doing update.
i thinking in use progressdialog force user wait. context use on creation of progressdialog ? problem not know activity user using now. need way of block user interface works in global way.
are sure behavior looking though? want randomly pop dialog in middle of user's task? doesn't sound great user experience. ideally want perform these operations w/o disrupting user... sure isn't possible? (maybe can give more detailed info on this).
Comments
Post a Comment