hulop / NavCogIOS

NavCog is an example app of blelocpp library aimed specifically for the blind to help those people “explore” the world without vision. Now we are developing v3.
https://github.com/hulop/NavCogIOSv3
MIT License
10 stars 8 forks source link

Add options view #25

Closed dsato80 closed 8 years ago

dsato80 commented 8 years ago

addressed issue #22

itohtaka commented 8 years ago

Thanks!!, seems this is OK for user testing at CMU. But is there any reason why you added "more settings" in NavCog main view but not iPhone > Settings > NavCog? It may confusing if settings are placed in two different places

dsato80 commented 8 years ago

I thought it's similar to "speech", "click", "speech speed". User might change it "not" rarely.

If you decide you must provide app settings that users rarely need to change, see The Settings Bundle to learn how to support them in your code. https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Integration.html#//apple_ref/doc/uid/TP40006556-CH61-SW1

itohtaka commented 8 years ago

I just discussed with @loopRW about this enhancement. He is OK for user testing with add-options-view branch. But he also mentioned in order to merge this enhancement to master branch, user interface should be consistent and easy to understand. “speech”, “click”, “speech speed” should be in "options” with bigger and labeled button.

dsato80 commented 8 years ago

I agree with you. It can also deal with issue #6. I think this is the first step of NavCog's user interface changes for next version. I think "Meter mode" should also be moved into same setting view. "Developer mode" is the only setting in the backstage. Could you check the wiki for new setting view https://github.com/hulop/NavCogIOS/wiki/Settings