0
votes
1answer
45 views

What is the best practice approach in android for form input that is related to the current view

I am currently going through the process of designing the experience of my first android app for a company I am involved with. Forgive me if some of the terminology is incorrect; coming from a web ...
2
votes
2answers
139 views

How to prototype a new concept for UI design for mobile devices? [closed]

I am currently developing a new kind of UI for android device and I wanted to know how do I make prototype of it ? since none of the existing UI design tool has support for it. I wanted to include ...
3
votes
1answer
119 views

Navigation Design for GoogleTV

I'm doing some research on ways to navigate on a GoogleTV. There aren't any design guidelines, but it seems a Left Menu Bar design, like the GTv YouTube app, is common use. In my opinion it doesn't ...
1
vote
3answers
116 views

Android widget : how to tell users that a similar looking control does not perform same?

In my android application I am developing a desktop widget that mirrors many important tasks supported by my application. This widget contains two buttons that mirroring their counterparts in the app ...
2
votes
1answer
379 views

Master details form in Android

I have an activity that is used a lot, that requires a lot of input fields and it can be updated when the user wants, although it won't be very common. In this moment, I have something like this: ...
2
votes
2answers
334 views

Mobile UX prototyping tools in the classroom [closed]

(I know this sounds like a repeat question, but I am asking this specifically for a classroom context and I have some specific needs (other than "free") that I feel sets this question apart. Please ...
5
votes
2answers
1k views

Lateral Navigation with swipe views and tabs together with mapview

I've recently designed a new Android Application for a theme park. According to Android Design Guidelines: If your app uses action bar tabs, use swipe to navigate between the different views. ...
1
vote
3answers
554 views

Android app - Look and feel

I'm developing my first app for Android. It's a small productivity app for smartphones and tablets. (I'm using Flash CS5 and Adobe Air to build it.) Is it recommended to use/copy the native Android ...
1
vote
3answers
556 views

Where to place an “add new record” item for a listview?

I'm working on an app that has a listview, and I need a way to add rows to the listview. The code is not a problem, but I'm just wondering if there is a convention or consistent android UI design for ...
1
vote
2answers
126 views

Organising vehicle categories screen?

Currently working on a taxi app and need to organise the vehicles into categories. The user will need to be able to quickly select their desired vehicle while showing passengers & luggage for each ...
3
votes
2answers
289 views

Which UI element should I use to represent a sharing button on Android?

I am trying to create UI mockups for an Android app. I need something like this: I am using Justinmind prototyper free edition and I cannot find an UI element for the share button which produces ...
0
votes
0answers
79 views

Any prototyping tools have ice cream sandwich stencils yet? [duplicate]

Possible Duplicate: What tools can I use to design for Android 4.0 (Ice Cream Sandwich)? I got a license for Axure but was dissapointed to find that Android stencils on there are from 1.6 ...
0
votes
3answers
756 views

Two dropdowns in a dialog box (Android)

We have a pop dialog in our desktop solution where you need to select values from 2 dropdowns and click OK. Now I want a similar thing for our Android solution. I'm not sure because in case of ...
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 ...
3
votes
2answers
691 views

Pop-dialog usage on Android tablets

I am in the process of adapting a large application to taking advantage of Android 3.x features and introducing tablet type look and feel. One thing I am unclear about is what the usage recommendation ...
1
vote
4answers
389 views

What UI design should I use for a smartphone app?

On desktop platforms, using the system's control styling, etc. is a very common practice and changing it ("theming") is usually looked down upon unless the application specifically calls for it (like ...
20
votes
5answers
15k views

Best Practices for UI design on Android (Usability/UX) [closed]

I'm switching for web development to Android development. I know some things about web usability and I see that UX is too often left behind on Android from my I experience with it. As the interaction ...