Tagged Questions
0
votes
1answer
39 views
Handling selection and navigation in the same table view cell in iOS
I've a list of items in a table view, each of which display a small image and a name, as well as a disclosure indicator to navigate to a view with the item's details:
The behavior I want is to be ...
2
votes
3answers
106 views
Is there a need for save/cancel buttons in iOS app?
I am developing an investment property evaluator app that allows the user to record information about a potential investment property and evaluates the property based on certain metrics. It uses drill ...
19
votes
2answers
512 views
Should I follow the Android guideline or keep my app's own style when porting it from iOS?
My new project is to port an iOS app to Android platform. Before get started, I'm quite confused on whether I should follow google's guideline since some big titles on Android platform still keep the ...
4
votes
2answers
85 views
Is it necessary to use titles on the navigation bar of an iOS app, or could I get away with displaying the logo all the time?
Within my app there are several views accessible from a side navigation pull-out panel.
Is it necessary to put the title in the navigation bar all the time?
9
votes
3answers
93 views
Can we assume users know the devices they're working on?
I'm developing an iPhone app that uses pretty standard UI, follows Apple's human-interface guidelines, and in some cases imitates behavior as seen in stock iPhone apps. For example, a table view from ...
3
votes
3answers
265 views
Can I change the bottom navigation bar in an iOS app?
I have an application with three tabs on the bottom, as shown, that each bring up their own view within the scope of the 'main' part of the app, BUT, if I want to have separate but similar lists ...
7
votes
2answers
258 views
What is the reason behind the upper-case-lower-case behaviour of the Apple iOS keyboard?
On Windows and Android phones/tablets the case of the keypad letters alters when pressing SHIFT:
But Apple seems to ignore this presumably useful feature. Does Apple really know it's better NOT to ...
2
votes
1answer
165 views
What is the best method to show selected filters from very long lists?
I need to find a solution for displaying flagged items from a very long list.
The following pics shows the filter panel of the iPad App.
Users can select all the items or search for specific items ...
2
votes
3answers
188 views
Constraining user actions in Maps API
I have an app which highly depends on maps. Should I allow the user to zoom in, pinch, and other things or should constraint it to only the current location.
My application tracks the users location ...
0
votes
2answers
167 views
Android/iOS: Homescreen [closed]
I have noticed more and more mobile apps are removing their home screen, especially iOS apps. What do you think of this?
Personally I think sometimes an app's home screen is redundant, just a pretty ...
8
votes
6answers
2k views
best image to indicate swipe left right
What is the most appropriate image to indicate to users to swipe left or right?
i am using http://cubiq.org/swipeview but i feel like it needs a swipe indicator in the background somewhere.
Edit: for ...
2
votes
4answers
163 views
Ideas and/or research results on the best way to present a lengthy list of chapters
I'm looking for the best way to present a list of chapters on an iPhone. My first stab was to create a vertically scrolling table with a row for each chapter. For example, when showing the chapters of ...
4
votes
1answer
2k views
When to use Pull Down to Refresh and when to use a Refresh Button?
I'm building an iPhone app but I'm torn which type of refresh UI to use.
I understand that pull down to refresh makes sense when you have things being added to the top of a list like twitter feeds. A ...
-1
votes
1answer
143 views
Android application for London Transport (usability ?) [closed]
I'm developing the Android application for London Transport which includes Journey Planner, Tube status, Live Departures Boards, Maps, Finding a taxi function and so on.
I'd like to get some ...