views:

251

answers:

4

I have an Android application that I've been working on, and it's implemented using tabs to separate the different functions that it performs.

See the article here

The above article talks about how instead of implementing the Twitter application using tabs they decided to go with a home screen and a tool bar because of some of the limitations of tabs.

If my application only ever would need to have three tabs (or 3 home screen icons) would it be worth it for me to take the time to go back and convert my application to a home screen layout, or is home screen versus tab purely a preference?

Home Screen Example Home Screen Example Tabs Example Tabs Example

+3  A: 

I think it is a matter of preference, but is also dependant on your application layout. For some applications the screen space that would otherwise be devoted to tabs could be better utilized.

mikerobi
So in terms of functionality they are roughly equivalent, but using the home screen approach would net me more real estate for my lists.
Ben Burnett
+1  A: 

I think the best way to get this question answered is to post some screenshots of your app. There is no generic answer to the "tabs vs. home screen" question.

Without seeing the app, I'd say you are fine. If its only 3 tabs, and tabs felt logical at the time, then there is probably nothing to worry about.

dbyrne
Yeah it looks like the main difference is screen space for the user. I'd prefer to have the best possible experience for the user so I guess I'll start converting from tabs to the home screen style.
Ben Burnett
A: 

Do a prototype of it working both ways.

Then find a selection of people that would use your app and find out what they prefer.

Peter Boughton
+1  A: 

As Google designers point out, the dashboard pattern is what you are asking for, watch this session from last Google I/O to better understand what they are talking about.

licorna