Open GoogleCodeExporter opened 9 years ago
You should perform the loading in a separate thread. Before you start the
thread, show the progress dialog. Then spawn a new thread in which you load the
models. When the thread finishes, use a Handler to notify the UI thread and
remove the dialog.
Take a look at this page on threading in Android:
http://developer.android.com/resources/articles/painless-threading.html
Original comment by Koperdra...@gmail.com
on 21 May 2012 at 12:13
Original issue reported on code.google.com by
mobsolut...@gmail.com
on 2 Jul 2011 at 10:13