Tagged Questions
71
votes
2answers
21k views
39
votes
4answers
8k views
Difference between a View's Padding and Margin
What is the difference between a View's Margin and Padding?
39
votes
7answers
9k views
Android user interface guidelines
Anyone know of a user interface guidelines document for Android applications? Looking for something similar to Apple's or Gnome's.
30
votes
9answers
27k views
Android: How to fire onListItemClick in Listactivity with buttons in list?
I have a simple ListActivity that uses a custom ListAdapter to generate the views in the list. Normally the ListAdapter would just fill the views with TextViews, but now I want to put a button there ...
26
votes
7answers
28k views
Android action bar like twitter sample
What is the best way to implement action bar like twitter sample UI Pattern.
Twitter for Android: A closer look at Android’s evolving UI patterns
Pattern 4: Action Bar
...
25
votes
5answers
31k views
Easy way to build Android UI?
Is there a tool or a website that could help me create a UI for an Android application using drag-and-drop?
I found this site but want to know if there is a more stable tool or website for this?
24
votes
1answer
4k views
Graphical Layout tab does not appear for some layout files into Eclipse
I'm facing a problem when developing layout files for Android with Eclipse ADT Plugin. Some of my files, when opened, does not show the Graphical layout tab, just as below:
The others (actually, ...
23
votes
4answers
23k views
How to access original activity's views from spawned background service
I have an activity called A, and on the selection of menu item 0, it spawns service B, which starts a runnable C in a new thread. I have a TextView in activity A, which I want to access in thread C. ...
21
votes
8answers
2k views
Android: how can i improve the look of an app?
I've seen that standard Android UI components have a poor look and feel.
Can you provide me with some links or suggestions on how to improve the look of an Android app?
21
votes
3answers
15k views
How do you implement context menu in a ListActivity on Android?
How do you implement a context menu triggered by a long click or tap on a ListActivity that is using the built in layouts and a ListAdapter?
21
votes
2answers
18k views
What's the difference between fill_parent and wrap_content?
In Android, when layout out widgets, what's the difference between fill_parent and wrap_content?
Is there any documentation where you can point to? I'm interested in understanding it very well.
16
votes
1answer
7k views
More efficient way of updating UI from Service than intents?
I currently have a Service in Android that is a sample VOIP client so it listens out for SIP messages and if it recieves one it starts up an Activity screen with UI components.
Then the following SIP ...
16
votes
3answers
5k views
Is there a view for inputing integers in Android?
I'm looking for something like the individual parts of the date picker dialog. A view that allows you to input integers (and only integers) that you can limit (between 1 and 10 for example), where you ...
15
votes
8answers
12k views
Change the background color of the options menu
I'm trying to change the default color for the options menu which is white. I want a black background for every item on the options menu. I've tried some shoots like android:itemBackground="#000000" ...
15
votes
6answers
12k views
Multiple choice list with custom view?
I've seen example com.example.android.apis.view.List11 from ApiDemos. In that example, each row takes the view android.R.simple_list_item_multiple_choice. Each such view has a TextView and a CheckBox.
...
14
votes
1answer
2k views
How can I change the OverScroll color in Android 2.3.1?
Since Android 2.3.1 there is a new feature for ScrollViews and Lists called OverScroll. With
android:overScrollMode="never"
I can turn it off, but if i don't wan't to turn it off how can I change ...
13
votes
7answers
6k views
Horizontal “tab”ish scroll between views
I'm interested in creating a horizontal scroll view that "snaps" to the viewed item, so only one item is ever shown at a time. The user can touch-drag left/right and will see previous/next views, ...
13
votes
2answers
6k views
Slider control in Android…is SeekBar really my best/only option?
I'm using SeekBar as a slider because I can't find anything else, but I have to do so much hacky work because it doesn't allow me to set a minimum value or go in between ints. So, any time I need a ...
12
votes
4answers
506 views
iOS UI elements porting on Android
ladies and gentlemen!
Very often on my job I meet the following requirement from the client, when developing android applications: "make it look like and iPhone app".
Yes, I know, that the best way ...
12
votes
1answer
5k views
GetView Vs. BindView in a custom CursorAdapter?
So, I'm watching this video http://www.youtube.com/watch?v=N6YdwzAvwOA and Romain Guy is showing how to make more efficient UI adapter code using the getView() method. Does this apply to ...
12
votes
6answers
4k views
Text with gradient in Android
How would I extend TextView to allow the drawing of text with a gradient effect?
11
votes
3answers
6k views
Custom title bar without padding (Android)
So I am using the techniques in this thread to use a custom background for my titlebar. Unfortunately the framework places my layout inside a FrameLayout (title_container) which has padding as seen ...
10
votes
2answers
1k views
How to create a UI like the new market or Google plus?
I was wondering if there is an "official" way to create apps for Android that will have the same design as the new Android market or Google+ app. By that I mean having the possibility to slide to the ...
9
votes
4answers
285 views
Android UI question. Implementation guidance
I'm working on implementing a UI for an Android application, and I wanted to ask if there is already something in the native widgets to accomplish most of what I'm trying to do.
The application that ...
9
votes
1answer
3k views
Is there a way to disable/edit the fading that a list view has at its edges?
Scrollable views such as the ListView have a fade out of the content along the edges where there is more content in that direction. How can I turn this fading off? I know you can change the ...
9
votes
3answers
12k views
Choose File Dialog
Does anyone know of a complete choose file dialog? Maybe one where you can filter out all files except for ones with specific extensions? The internet needs such an example. I have not found anything ...
9
votes
6answers
2k views
UI Design Tips and Tutorials for Android
Does anyone have any good pointers on designing the UI for an android application and some good practises?
Obviously I'm aware of the basic principles involved with designing the layout in XML. ...
8
votes
2answers
355 views
Android: 'dp' to 'px' conversion?
I am reading this article: http://developer.android.com/guide/practices/screens_support.html
It says that the formula Android uses to convert between a dp unit to a px unit is the following:
px ...
8
votes
7answers
334 views
Activity lifecycle - receiving notification that layout is complete
I have an activity in which I have 3 buttons placed alongside each other. I have used a subclass of Button that will resize the button text to prevent the text from wrapping. I would like the 3 ...
8
votes
1answer
3k views
Indent bullet list in TextView
I have a TextView which I fill with text from a string resources in strings.xml. The string resource contains < li > elements to create a bullet list inside the TextView. My problem is that I want ...
8
votes
5answers
10k views
What's the relationship between pixels and scaled pixels
I used the layout editor in eclipse to mock up my ui layout and then I created the code to populate it dynamically and things are showing up as different sizes. The XML I use to add the star images ...
8
votes
2answers
9k views
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?
8
votes
5answers
5k views
Why is there no cancel button in Android's progress dialogs?
I'm facing a head-scratching moment similar to what this person (from Jan 2008) experienced when I realized that there is no cancel button in Android's progress dialog or spinners. It is now July 2009 ...
7
votes
3answers
157 views
Proper Way of Handling an Orientation Change in Android
What is the proper way of handling an orientation change in Android? When I researched this question there are two methods that came up.
1st Method
Use the methods onSaveInstanceState(Bundle ...
7
votes
3answers
2k views
Android how to make View highlight when clicked?
I have a linear layout in which each row is inflated programatically and I want the rows to behave like the ListView when clicked on. That is, I want the row to highlight in the exact same way/colour ...
7
votes
3answers
726 views
Android : Stop image scaling down
I'm trying to draw an image in a view but having problems trying to maintain the scale of the original image. Basically, I have a small view and I would like to show part of the image in the view. The ...
7
votes
3answers
3k views
Make a wizard like application in Android
Which you think is the best way of doing a wizard like application (user can navigate between screens with a next and back button, and each screen has to save some state data) in Android platform.
I ...
6
votes
2answers
92 views
Drag&Drop to put Items from List1 to List2
I search for a good and handy user interface to put items from list 1
to a empty list 2 with drag&drop. I need this function for Android 2.2.
Have anybody heard about this feature?
EDIT
I found ...
6
votes
4answers
761 views
Action bar: Best practice for older Android versions
I would like to have a menu bar at the top of my application - just like Facebook, Google+ or Twitter have:
Here's a screenshot from the Twitter app which shows this bar: It is shown in every ...
6
votes
3answers
486 views
How to design a proper android app? Tips and tricks
This topic is perhaps more related to designers and who makes graphic design for Android devices.
For some reasons, I haven't found on Internet any proper tutorial or explanation on how to design a ...
6
votes
1answer
614 views
Android UI Design: Interactive ListView Elements
I'm looking for some ideas from a design perspective, and I'm hoping Romain or one of the folks from Google will pick this up as well. What have you all done with the design of your ListView elements ...
6
votes
2answers
3k views
Grid of images inside ScrollView
I'm trying to create a screen with both text and images. I want the images to be laid out like a grid, as shown below, but I want them to have no scroll functionality other that the one provided by ...
6
votes
4answers
2k views
is there an iUI for the Android
Im developing for both iPhone and Android. For iPhone im using iUI to show what the user interface would look like from a browser. Does anyone know if there is a similar javascript/css library which ...
6
votes
2answers
19k views
Android: How to redraw a graphic element?
I have created a class RoundIcon which extends View and the class contains setIconImage() method:
public void setIconImage(int imageFromResources) {
iconImage = ...
6
votes
2answers
359 views
Using TouchScreens for game control
I'm working on my first video game for the Android platform as a bit of a nights and weekends project.
It is coming along nicely, but I am very unhappy with the control sensativity.
In this game, ...
5
votes
2answers
672 views
Android dialog number picker
Is there any tested and usable component we can use to show "Count selector" like this?
Our target is to get it working from API v7 .
(Taken from DatePickerDialog)
5
votes
3answers
345 views
It is possible to make a horizontal NumberPicker?
The widget NumberPicker from Android is vertical, with the increase and decrease buttons above and below the number display.
Is it possible to make it horizontal? With the buttons on the left and the ...
5
votes
4answers
638 views
Unwanted padding around an ImageView
i need to include a header graphic in all of my activities/views. the file with the header is called header.xml:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout ...
5
votes
7answers
7k views
Update UI from Thread
I want to update my UI from a Thread which updates a Progressbar. Unfortunately, when updating the progressbar's drawable from the "runnable" the progressbar disappears!
Changing the progressbars's ...
5
votes
1answer
359 views
Two-pass UI Layout : Why?
I've noticed that Android, WPF, and Silverlight all follow a two-pass layout pattern. There's a recursive Measure() method that gets called to size the element, possibly multiple times. Then a ...