Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COHey Romain, thanks for the answer. I found [this thread](http://groups.google.com/group/android-developers/browse_thread/thread/f8f1ac25831adcf5/06f4f4868687fd6e?utoken=OFvxRDUAAACwwFf96muIoaCUrXmA7_-MBWr8sH0dHzLC3cUGCWl_v0ttVgZ6uIZjx_BoK4AXQSwmEzwNZNL90vKyYcNdWiMd) where some guy had the same problem. Sure, I dont have a choice, Im sure.
      singulars
    2. COI have written applications where several modal Dialogs are presented after each other. the user has to answer all of them before proceeding. For example, there are a number of "control questions" that the User has to answer before proceeding. Let's say we have 3 such questions - that would be a complete mess to create in Android as I understand it. We need a bunch of pretty useless methods, one for each Dialog we are presenting for the user. The code gets "butchered" and split up, hard to follow and messy in general. That is a real shame I think =( (note: that I like Android in other ways)
      singulars
    3. COIt's a mess because you are architecting your code in a way that's not meant to be with Android. Just do it *differently*. If you refuse to do so, it's your problem. For instance, instead of using 3 blocking dialogs (which I find to be a terrible and lazy UI by the way), why don't you have an Activity will all the questions and only when the user validates you start doing whatever your app is supposed to be doing. You asked a question, we've answered and so far the only thing you've been saying is that you don't like our answers. Sorry, but they won't change.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload