3
votes
2answers
63 views

Navigating a multi-part article in ios?

In my application I've got some multi-part articles, about test-driving a car. The articles are split into multiple section. I'm using this control to navigate between the sections (note: it's not ...
2
votes
2answers
92 views

Migrating a Tab Bar iPhone app to iPad

I have an iPhone app whose overall UI is designed like this: That is, a tab bar and different app perspectives within each tab item, and you can navigate to different views from within a tab. I ...
2
votes
2answers
130 views

When is Skeuomorphism appropriate in an iOS app?

I know there are no hard and fast rules regarding the use of Skeuomorphism, but I'd like to more fully understand when the use of Skeuomorphic elements is appropriate in iOS apps. To my limited ...
3
votes
3answers
274 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 ...
2
votes
1answer
166 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 ...
3
votes
1answer
227 views

Why does iOS (iPhone) flip to show the home screen when installing apps?

When you click to install or update an app in iOS (iPhone or iPad) it exits from the app store and shows the apps installing on the home screen. This differs from Android where the confirmation that ...
5
votes
2answers
666 views

Is spacing between touch targets an unnecessary recommendation by Microsoft?

A recent Microsoft IE10 blogpost gave general guidelines for building touch friendly sites suggesting two rules for touch targets: Target size Margin between targets Apple's iOS guidance only ...
4
votes
3answers
211 views

What are the UX considerations/issues when porting an iOS app to Windows Phone?

I've noted the previous topics on Windows Phone 7 best practices and will be reading the suggested docs over several coffees this evening, but to help me on my way I'd appreciate any input you all may ...
4
votes
3answers
189 views

Help find the fastest and easiest-to-grasp approach to let a user go through a complex schedule

I want to let users view schedules on a mobile phone. Its a generic schedule of events Events can be spread across multiple days Events can be spread across multiple venues An event has a time slot ...
4
votes
3answers
3k views

Comparison between Android and IOS apps UI one-to-one

I am currently doing some research trying to describe differences between IOS and Android UI in detail. I know, there are a few questions before and some stuff on Google (I'm already going through ...
2
votes
2answers
355 views

How to re-design an app's user interface?

I am new to the interaction design field, basically a student. I have an assignment where I need to research into topic about Interaction Design of applications for smartphones / tablets when you ...
5
votes
3answers
484 views

Why is the new Twitter menu bar on the bottom on iPhone?

Twitter recently released a complete redesign for all major platforms, in part the redesign has been made to unify the experience across platforms. But, because of this goal I couldn't help noticing ...
2
votes
1answer
207 views

How to edit only one list in a split list view?

I'm helping out developing an iPhone app that enables access to a lot of list items of data. On the start screen, the user can dig into the list items through either predefined category shortcuts or ...