remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

IOS UI differences #221

Closed nighelles closed 9 years ago

nighelles commented 9 years ago

How do we want to handle differing design options on the ios version. The example that comes to mind is the notification popup. I have it set right now so that each option is a button, (only 2 min notices are available so far) and theres a cancel button. No radio buttons available on ios unless you want me to design them myself.

remulasce commented 9 years ago

Sounds good.

Allowing differing design is like half the reason we're using j2objc and not some weird middleman library. As long as all the business logic is in java_core, differing UI is a feature, not a bug.

nighelles commented 9 years ago

Wait, there's a category for that?

Really, the issue with that UI decision is that I'm not sure how to set the time you want. Maybe like a selector thing at the top, but then it would only be a fixed number of options.

remulasce commented 9 years ago

Text field? On Apr 27, 2015 9:42 PM, "Nighelles David" notifications@github.com wrote:

Wait, there's a category for that?

Really, the issue with that UI decision is that I'm not sure how to set the time you want. Maybe like a selector thing at the top, but then it would only be a fixed number of options.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/221#issuecomment-96906808.

nighelles commented 9 years ago

Ugh, that really doesn't sounds nice.

remulasce commented 9 years ago

I think most of the time you don't need to change the default value. Android version uses text field, though Android provides built in filtering to force numbers only. On Apr 27, 2015 9:46 PM, "Nighelles David" notifications@github.com wrote:

Ugh, that really doesn't sounds nice.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/221#issuecomment-96907278.

nighelles commented 9 years ago

I mean, I can do that too, but it like, pops the keyboard up, and you have to exit out after unless I squish the popup for the dialog to the top of the screen.

remulasce commented 9 years ago

Oh yeah. Android does that for you to. On Apr 27, 2015 9:50 PM, "Nighelles David" notifications@github.com wrote:

I mean, I can do that too, but it like, pops the keyboard up, and you have to exit out after unless I squish the popup for the dialog to the top of the screen.

— Reply to this email directly or view it on GitHub https://github.com/remulasce/metroapp/issues/221#issuecomment-96907569.

nighelles commented 9 years ago

Yeah, but then there's like an additional step.

nighelles commented 9 years ago

Also, the devs on this project are super responsive.