Google's mobile operating system and applications for it.
5
votes
4answers
793 views
Porting an Iphone app to Android - what are the ActionBar considerations?
we have an iPhone app Design with an designed icon tab bar at the bottom.
For adoption to Android I have a few questions:
Is there a need to put the tabs to the top? Or is it okay to break with ...
2
votes
1answer
428 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:
...
5
votes
1answer
164 views
Porting iOS to Android
I'm not really a designer/UX expert, however I have been developing on Android for some time now and I always try to stick to the look and feel of the standard (ICS) look and feel (with some degree of ...
1
vote
1answer
49 views
How can I direct the user to add a home screen widget after configuring it?
I have an Android app which includes a home screen widget with complicated configuration options. To make it easier to configure a widget, I've made it possible to set up a widget configuration in an ...
4
votes
4answers
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 ...
3
votes
1answer
168 views
Would the Quick return design pattern that is utilized in Google+, Google Now, Chrome also suit well in Gmail on Android?
The Quick return design pattern is a feature that makes the action bar/split action bar to dissipate as a user begins scrolling down content, just to reappear as soon as the user starts scrolling up. ...
2
votes
3answers
72 views
How to display multiple options for settings page using icons?
Question
For a mobile app, how should we display multiple options (say, 20 options are available) in a settings page using icons?
Example:
Fig.1: All Options in One Screen Activity.
All ...
10
votes
3answers
248 views
1
vote
1answer
63 views
Why did Gmail for Android move all actions to the top?
On the release of the new Gmail app for Android, I noticed that they moved all of the primary actions for messages to the top of the screen. As a user, I really liked how delete, archive, and mark as ...
3
votes
3answers
183 views
Implementing UI Design of iOS to Android App, Good Idea?
I found a similar question here but I want to hear the answer to my questions.
Our team has launched an iOS version of our app, let's call it X App. We have sold this to 3 clients and they like it. ...
0
votes
0answers
40 views
Best Way to display action buttons for android Jelly Bean
A) I have a case like this in Android, an input screen(a series of text fields) with a "Next" button at the bottom. On user tapping next it would take to a screen where it would list down whatever ...
1
vote
4answers
95 views
Choosing which mobile devices to use for usability testing
When performing usability tests on mobile devices the results are influenced by the devices tested on. For example different sizes, OS-versions, resolution etc. To conduct a thorough test it is ...
1
vote
1answer
36 views
Best practice to implement enable/disable feature + type of feature
I would like to have some feedback on which is a preferable preference design. We have an enable/disable feature (Stock alert), and type of feature after enabling (Stock alert type).
So far, in 1st ...
3
votes
1answer
62 views
“Rate Us” dialog effectivness
On mobile apps, where/When is the best time to popup this "Rate Us" dialog? I know that it may change from game to game, but is there any statistics out there?
4
votes
2answers
94 views
How to recruit participants for usability study of a mobile app?
I'm currently designing an Android app and would like to do a usability study to test how the app works with the target audience.
I have a question regarding recruiting participants. Since there are ...
7
votes
1answer
104 views
Relying on Android 'back' button to close a modal window
I tested an app yesterday that my team is working on. It has a hamburger navigation, and one of the items inside that nav is a callout to leave feedback. When you tap the feedback row, a modal screen ...
7
votes
5answers
637 views
Why are icons on mobile phone menu screens square or rectangular but not circular?
If you take a look at the app page of any mobile OS, for example iOS, Android, Ubuntu, Win8, BADA, etc., they all have square icons, either with rounded corner or sharp corners (shown in the first ...
3
votes
2answers
384 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
70 views
Action Overflow Android
In a case where we have only one action (that is having a info icon) should we still keep it in action overflow for Jelly Bean design or we can have it as an icon itself on the action bar?
The reason ...
-2
votes
0answers
43 views
Email Design - Image Scale Issue [closed]
When writing an email and looking at it on Windows, iOS, and Android email clients, I'm seeing an issue with image auto-scaling.
One of the apps in iOS doesn't auto-scale the image at all (and ...
2
votes
2answers
155 views
Adopting sidebars in iOS apps
It looks like several known apps for iOS (Foursquare, Spotify) now adopt the sidebar that already was present in Facebook app (screenshot is from Spotify for iPhone):
AFAIK, this is not a standard ...
5
votes
4answers
126 views
Is it bad to post an app update to only show ads?
So, I have made an app and it's getting it's fair share of action on the Play Store. It is free and currently contains no adverts.
I am nearing completion of integration with Flurry Ads. I am also ...
4
votes
2answers
119 views
Default Android input field styling
I have been showing a prototype of my app to a few people and am surprised by how many of them don't know where to type.
The main screen has three input fields and a search button.
I'm talking about ...
4
votes
3answers
719 views
How to A/B test a published IOS and Android app on actual users?
I've published several apps on IOS and Android adding flurry to measure the interaction that is happening in those apps, however, I'd love to enhance this interaction and make my apps more useful by ...
2
votes
2answers
94 views
Mobile, “Show Remaining” or “Show All”?
In a mobile screen I have n data items in collection, but I am limited to show first 3 or 4 items from it. For the rest I can put a button below 3rd or 4th item which can lead my user to a popup where ...
14
votes
2answers
575 views
Should I put “.” at the end of messages for mobile users?
Should I write "." at the end of messages displayed to the user in my mobile Android application?
For example:
High bandwidth required, switch to WiFi.
or
High bandwidth required, switch ...
1
vote
3answers
120 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 ...
4
votes
3answers
113 views
In a high precision meter do I display battery voltage as a fractional number of volts or as a whole number of millivolts?
There's an Android battery meter application for enthusiasts (control freaks actually) that displays the remaining charge percentage and the current voltage. A typical phone will use a Li-Ion battery ...
2
votes
1answer
136 views
A tabbed Android UX element similar to iOS App card?
Is there a standard Android layout that allows for tabs within a context menu? Something similar to the iOS app card would be great.
6
votes
3answers
192 views
Should I build camera functionality into a photo sharing app or let the user use the device camera app they would already be familiar with?
I have been working on the idea I have for sort of another photo sharing app. Last few days, as I have been working on the part of it for taking photos in square format (like instagram) I started to ...
6
votes
4answers
518 views
What android UI control fits for selection of number in large range?
I'm working on a application for tracking body mass measurements. I need the user to be able to input a number representing body weight, whose magnitude ranges from 0.00 kg to normally 300.00 kg. The ...
3
votes
1answer
75 views
Keyboard hiding lower buttons on small Android screens
I have a application (Android) which have scroll activity form. On which there is a button for next screen (lowest of scroll). It's looking fine on large screens of android devices. But keyboard hides ...
9
votes
5answers
303 views
Have controls fade out on scroll?
Background
In our application we have a list view of contacts. In addition to the list there is a filter panel at the top of the list which provides contact type filtering through a segment control:
...
4
votes
2answers
111 views
For mobile apps, is it “best” to load data before transitioning screens?
In a mobile application you almost always make some sort of api call to fetch data to populate view elements on a screen. Say I am on a home screen (screen A) and want to transition to a profile ...
0
votes
1answer
403 views
Differences between iOS and Android GUIs [closed]
People sometimes ask me why I chose to buy an iPhone instead of an Android. I always reply the same thing: iPhones (and Apple devices in general) are more user friendly, in my opinion, than Androids. ...
5
votes
4answers
1k views
Why did Google opt-out of hardware buttons for Nexus devices?
Are there any real UX reasons to remove hardware buttons from Android Nexus devices?
In above Nexus 4 the bottom part is wasted space - won't adding buttons like menu/back/home make it more ...
8
votes
4answers
1k views
ICS style guide - Is there a standard icon to indicate drag and drop in a list view?
I searched here but didn't see an answer. I've gone through the new ICS Android design guidelines but did not see a standard icon or recommended icon for drag and drop in list views.
Is there one? ...
9
votes
3answers
579 views
Android: Back Button Only vs. Extra Navigation
General UX question for Android:
Assume a simple view (activity or fragment) hierarchy, like so: A --> B. The transition from A to B is added to Android's back stack.
On screen B, is it best to ...
20
votes
2answers
552 views
Should I follow the Android guideline or keep my app's own style when porting it from iOS?
My new project is to port an iOS app to Android platform. Before get started, I'm quite confused on whether I should follow google's guideline since some big titles on Android platform still keep the ...
0
votes
0answers
72 views
Long press on Android and iOs for Multi-touch apps? [duplicate]
Can it be used the long press? How can we assume the users know it?
2
votes
1answer
89 views
In Android application, when to use View control instead of Tab
I develop a shopping application for one company. First time I design to use Tab to categorize product in shop. But I am not sure Ishould use "View control" instead of "Tab" or not.
Tab and View ...
10
votes
7answers
10k views
Alternatives to Microsoft Visio? [closed]
What are good alternatives to Microsoft Visio?
I use it in my Android/iPhone app design workflow to illustrate a sequence of actions. Then I can generate a PDF to share with developers. However, ...
0
votes
1answer
101 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 ...
3
votes
2answers
185 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 ...
5
votes
3answers
161 views
What to display in mobile app web view when the URL won't load
I'm creating an app whose UI is simply a web browser that loads a URL. Let's not argue about why I'm implementing it this way (I already tried that with the higher-ups). It can still do the background ...
4
votes
3answers
447 views
Is it ever a good idea to present a radio-button menu without outlining prior selection?
I'm puzzled by the UX additions in the latest default Camera app in Android 4.2.
The whole menu with all camera options (other than zoom) is made as a circle. You activate this circle menu by ...
2
votes
4answers
135 views
How to allow quick toggling between two out of several values?
An Android app provides several possible values for a setting. The user needs to be able to quickly toggle between two of the settings, A and B. 95% of the time they will only be interested in A and ...
4
votes
3answers
167 views
Clear selection in Android
When using standard Android apps (like Gmail) which have multiple items to select, a contextual action bar (CAB) comes up showing a checkmark (tick) and some other information (such as "3 selected").
...
-2
votes
1answer
184 views
screen resolution for android and iPhone design in Photoshop [closed]
For iPhone an Android design, why we set the psd resolution up to 72?
why we aren't using 160 for mdpi and 240 for hdpi so on.
Eg: for iPhone 2x res we are choosing 640 x 960px and and screen ...
1
vote
2answers
127 views
Action buttons for mobile — ok to go full width?
Is it acceptable to use full width mobile action buttons, say in the footer, like in the 1st example? It's nice and simple but I'm afraid users might mistake it for a regular footer. The 2nd example ...







