Hello,
I have a context menu that starts to do some calculations when you
press one of the context menu items. Like this:
case 0: {
...
...
calculations();
...
...
return true;}
While the calculations are made I have a progressbar that I want to
show. The progressbar is called from the calculations() method. The
problem is that I can only see the context menu while the calculations
are being made and the phone is more or less frozen.
Does anyone have an idea how to solve this problem?
/André
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en