Android Community Forums - View Single Post - Dialog Information Retrieval
View Single Post
  #2  
Old 07-03-2009, 04:33 PM
aspekt9 aspekt9 is offline
aspekt9 is frustrated
Smoke signaler
 
Join Date: Jul 2009
Posts: 3
aspekt9 is on a distinguished road
Default Re: Dialog Information Retrieval

I think I know the issue, after I call d.show() to show the dialog, it's not waiting for interaction from the user and it just jumps right down to addLocation() which is why it's not showing up. How can I make the application wait for input received from the user before continuing?
Reply With Quote