Pergunta

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
(source: blogspot.com)

Home Screen Example Tabs Example
(source: simplydroid.com)

Tabs Example

Foi útil?

Solução

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.

Outras dicas

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.

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.

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top