Re: [android-developers] Re: second dialog in activity is not showing

2009-11-01 Thread Anton Pirker
Hi Lance! Thanks for the links! Now it's working! (And I learned something about thread save UI in Android) Thanks again, Anton Lance Nanek wrote: The UI is not thread safe and calling related methods from a background thread like that run by java.util.Timer can cause trouble. There's a

[android-developers] Re: second dialog in activity is not showing

2009-10-31 Thread Lance Nanek
The UI is not thread safe and calling related methods from a background thread like that run by java.util.Timer can cause trouble. There's a good blog post on ways to schedule work on the UI thread or communicate back to it here: