views:

86

answers:

1

As a developer What are your thoughts on UI design when Developing 1 mobile app for both iPhone and android..

Since the application will not be developed for a specific mobile device there are two options in regards to UI

  1. build the application using native UI (one for iphone, another for android)

  2. build the application using custom UI (same custom UI graphics used for both iphone and android). (like paypal?)

Which option is best and why? (saves time, looks and feels better? Etc)

+7  A: 

Use the native UI framework for each app, if you can. You'll have two apps that look good for each platform, instead of one app that looks a little out of place on each platform.

Shaggy Frog
+1 because its short and most important true! (one exception: games where you have a complete handmade UI... p.e. Angry Birds looks similar on iPhone and Android)
WarrenFaith
@WarrenFaith Agreed -- games are a totally different business. Generally you want your game's UI to be identical on all your platforms (or close to it), and generally games don't use native UI components.
Shaggy Frog