0
votes
1answer
127 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. ...
-1
votes
0answers
41 views

User Interface Thread - Android [closed]

I am studying for an exam in OOP and one of the questions is based on the UI thread in Android. It says: "Explain the role of the user interface(UI) thread. In Android programming, explain why ...
4
votes
2answers
104 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
143 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"). ...
4
votes
2answers
107 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 ...
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 ...
0
votes
4answers
107 views

Optimizing the selection process [closed]

I am developing a mobile application in which the user selects the fields that s/he wants to enter information into. At the moment, I have two screens - one for selecting the fields and other for ...
9
votes
3answers
533 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 ...
9
votes
5answers
281 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: ...
-3
votes
2answers
176 views

how to indicate 'what a venue is like right now'

I'm making an app that shows tweets and images about places as a feature to allow users do decide if it sounds like a fun place to go or not. My problem is I don't know how to indicate this to users. ...
2
votes
1answer
122 views

How do I guide users to use the Windows program necessary for my Android app?

I have published a small Android App. It is a Remote Control for PowerPoint. The Software itself would work just fine, however I have a few small issues with my users. As you can imagine, a user has ...
1
vote
2answers
54 views

Showing a question during a video in Android

I am trying to implement something similar to what Coursera does when watching a video - ask the user a question to assess his/her understanding like shown below What is a good way to do this in ...
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 ...
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. ...
7
votes
4answers
291 views

UX idiom for closing activity: X-icon vs up-button vs back button

We're launching a search activity when hitting the global search button (i.e. the hardware search key, if present, or a search icon in the Action Bar.) It should be noted here that the search activity ...
1
vote
2answers
179 views

How to measure an app's usefulness?

That's the main question, but here is some background: We created an app whose goal is to make raw health data easy to understand for the average person. This health data includes statistics about ...
4
votes
3answers
188 views

Help find the fastest and easiest-to-grasp approach to let a user go through a complex schedule

I want to let users view schedules on a mobile phone. Its a generic schedule of events Events can be spread across multiple days Events can be spread across multiple venues An event has a time slot ...
1
vote
1answer
276 views

Bus Ticket Booking Form - Mobile

While designing a Bus booking site - i was thinking on the number of inputs i will require for searching all the buses between two routes. The Web version contains these forms One Way/ Round Trip ...