hamed javadi
Member
I want to show ProgressDialog when I am receiving information from the web service and insert it into the database. How do I do this?
Normally when I use a ProgressDialogShow it not working until the data entry is finished.
i see this post and threading library but its for a very long ago,
Isn't there a better and easier way to do this?
Normally when I use a ProgressDialogShow it not working until the data entry is finished.
Threading library
This library lets you run Basic4android Subs on separate threads to the main GUI thread. It also contains a Lock (semaphore) object that can be used for resource access arbitration and thread synchronisation. Included is also an enhanced Exception object to give more information on any...
www.b4x.com
Isn't there a better and easier way to do this?
Last edited: