We have a pop dialog in our desktop solution where you need to select values from 2 dropdowns and click OK.

Now I want a similar thing for our Android solution.

I'm not sure because in case of Android it will open a dialog on top of a dialog while selecting values from "Spinners".

Will this violate some design guidelines, or is there a better display this?

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

I found out a nice solution which will work perfectly in my case:

enter image description here

link|improve this answer
feedback

enter image description here

Why not picker wheel + Button ?

It's easy to use.

some Examples

photo Percolator app

finance MoneyIQ app

Android also available. How to

link|improve this answer
I'm not sure if this will work in Android. Cos both of these are Iphone apps. N I'm looking for a solution in Android where you have spinners. – carora3 Feb 21 at 13:05
@daniel-eckmann: Please don't use short URLs. This isn't Twitter & we have plenty of space. – dnbrv Feb 21 at 14:06
feedback

3 spinners

Voip Bandwidth Calculator

enter image description here

Stackoverflow question "How to create a popup window with spinner for android?"

link|improve this answer
This shows many dropdowns on a normal page (activity). In my case the layout itself is a dialog box, so my question was will it make sense to open another dialog box (showing the list of options), on top of a dialog box. – carora3 Feb 21 at 13:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.