Tagged Questions
UI elements to use on an Android Application screen.
46
votes
4answers
26k views
How to make a nice looking ListView filter on Android
I want a nice looking filter for my ListView in Android.
How can I do this?
28
votes
9answers
26k 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 ...
24
votes
5answers
29k views
How to change progress bar's progress color in Android
I'm using an horizontal progress bar in my Android application, and I want to change its progress color (which is Yellow by default). How can I do it using code (not XML)?
19
votes
4answers
6k views
how to add multiple widgets in one app?
I've just finished my Android widget. Now I need to have different sizes of this wiget for the user to choose from. for example I need a medium, small and large size widget. so when the user install ...
18
votes
4answers
1k views
Widget for turning on/off camera flashlight in android
I am developing a widget for turning on/off camera led of phone.
I have made a widget that can work like toggle button (on/off).
Behavior is like follows : Sometimes the led light remains on when i ...
18
votes
2answers
6k views
Does Android XML Layout's 'include' Tag Really Work?
I am unable to override attributes when using <include> in my Android layout files. When I searched for bugs, I found Declined Issue 2863:
"include tag is broken (overriding layout params never ...
18
votes
6answers
9k views
How to stop scrolling in a Gallery Widget?
I loaded some images into a gallery. Now I'm able to scroll but once started scrolling the scrolling won't stop. I would like the gallery to just scroll to the next image and then stop until the user ...
15
votes
5answers
1k views
List View Footer Background on Android 2.3.3
This one is weird. I have a list view that is a part of Relative Layout. I have set a background to this Relative Layout and made list view background as transparent.
Now, everything was working ...
15
votes
8answers
7k views
How do you to retrieve dimensions of a view? Getheight() and Getwidth() always return zero
I have a view made up of tablelayout, tablrows and textviews to look like a grid. I need to get the height and width of this grid. The methods getheight() and getwidth() always return 0. This ...
15
votes
2answers
8k views
Example of using Android tabs with Views instead of Activities?
The Android Developers TabWidget tutorial says the following:
"You can implement your tab content in one of two ways: use the tabs to swap Views within the same Activity, or use the tabs to change ...
14
votes
7answers
11k views
Android - Is It possible to disable the click of home button
I have an application, when it launches I have to disable all the buttons on Android device, I succeeded in disabling end call and others. I need to disable home button click. It should not produce ...
13
votes
2answers
6k views
Rotate View Hierarchy 90 degrees
I am working on a subclass of FrameLayout that is supposed to rotate all of its children by 90 degrees. I am doing this to overcome the landscape-only camera limitation present in android 2.1 and ...
13
votes
3answers
4k views
How to fix “process is bad” error for an Android Widget?
I have developed an Android Widget, and it was working fine. I added some extra functionality and pushed an update through the Android Market. Now people are complaining that it doesn't work anymore.
...
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
5k views
ListView with clickable/editable widget
Is it possible to use a OnItemClickListener on a ListView when the Items layout has a clickable/editable widget (RadioButton,EditText, or CheckBox)?
13
votes
8answers
11k views
Launching activity from widget
I'm trying to do something which really ought to be quite easy, but it's driving me crazy. I'm trying to launch an activity when a home screen widget is pressed, such as a configuration activity for ...
12
votes
3answers
2k views
Why can't one add/remove items from an ArrayAdapter?
I am using an ArrayAdapter<CharSequence> to populate the items to list in a android.widget.Spinner. That works all fine.
But now I want to keep the list of items dynamic, i.e. I want to be able ...
12
votes
2answers
2k views
How to put multiple widget sizes in one apk?
What I'm trying to do is have a clock widget of different sizes (i.e. 2x2, 3x3, 4x4 etc) in one apk and a configuration activity to be able to select which size to add.
From what i've learned from ...
11
votes
6answers
309 views
How to start a Service when .apk is Installed for the first time
In my Application I am not having any UI part, so I need to start a Service as soon as the Applicaton gets installed on the Device. I saw many links from which the answer was that its not possible but ...
11
votes
2answers
529 views
Android homescreen widget animations
I'm looking into creating a widget that supports animation, ideally via the android.view.animation framework, otherwise by setting properties on the remote views in code triggered from a background ...
10
votes
5answers
6k views
What does android:layout_weight mean?
I don't understand how to use this attribute. Can anyone tell me more about it?
10
votes
2answers
3k views
Android widget design - default black background
In the new version(s) of Android such as version 2.1, default widget (music widget, news and weather widget, youtube widget) have been restyled to use a black background with a white radial gradient ...
10
votes
2answers
12k views
How to add controls to a Tab Layout in Android?
I am following this tutorial http://developer.android.com/intl/de/guide/tutorials/views/hello-tabwidget.html and have completed it. Now I would actually like to add you know some controls to these ...
10
votes
5answers
13k views
DateTime picker in android application
Is there any android widget that enable to pick the date and the time at the same time ?
I already use the basic date picker and date picker:
...
9
votes
3answers
735 views
How to disable copy/paste from/to EditText
In my application, there is a registration screen, where i do not want the user to be able to copy/paste text into the EditText field. I have set an onLongClickListener on each EditText so that the ...
9
votes
2answers
2k views
Android Widget Bitmap Sizes
Hallo,
I am writing a widget, but am unsure what size bitmap to use as a background for each screen resolution/density.
According to the Android Developer App Widgets tutorial:
To find your minimum ...
9
votes
2answers
4k views
Android Lock Screen Widget
A few users have been asking me Android lock screen widgets for my app - I believe they want a widget that stays on their lock screens and allows them to interact with the app.
I haven't been able to ...
9
votes
7answers
23k views
Android: How can i print a variable on eclipse console
I wanted to print the value of a variable on the console for my debugging purpose but system.out.println doesnt work. Please help
9
votes
4answers
9k views
Clickable widgets in android
The developer documentation has seemed to have failed me here. I can create a static widget without thinking, I can even create a widget like the analogue clock widget that will update itself, ...
9
votes
5answers
20k views
How to make an Android SlidingDrawer slide out from the left?
I'm using a slidingDrawer in my application that has its handler placed at the bottom when in portrait mode. When the user switches to landscape mode (widescreen) I would like to have the handler ...
8
votes
2answers
121 views
is it possible to show widget only for a certain android version?
is it possible to show widget in "Add to home screen > Widgets" Dialog only for a certain android version without uploading two APKs and assigning to proper SDK version numbers?
8
votes
3answers
1k views
Widgets configured with android:configure will receive onUpdate even if configuration is unfinished
This is how I configure my APP's widget:
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="240dp"
android:minHeight="193dp"
...
8
votes
1answer
1k views
How to create crisp background image for 1x1 Android widget?
I'm creating an a 1x1 widget, and no matter what I try, I just can't get the background image looking nice and crisp. I've read just about any resource I can find, yet I still can't win.
I'm ...
8
votes
2answers
9k views
Android - Set focus to a button widget programmatically onCreate of the activity
Is it possible to set a focus to a button widget which lies somewhere down in my layout. onCreate of the activity my control/focus should be on that button programmatically.
8
votes
3answers
2k views
android listview shadow
How can i get rid of the shadow when I scroll ListView.
I have shadows appearing on top and bottom of the list.
8
votes
1answer
6k views
Assign width to half available screen width declaratively
Is it possible to assign a widget width to half the available screen width, and do it using declarative xml?
thx
patrick
8
votes
6answers
10k views
play youtube video in WebView
In my android app I have a WebView to display html data from our website. Sometimes the page will have youtube embed objects. This doesn't show up properly in the app. Is there any way to show/play ...
8
votes
5answers
9k views
Android - Tabs, MapView, activities within tabs
We're in the process of writing an app that has 4 tabs: Map, People, Places, Events. The People, Places, and Events in the App show up as Icons on the map. By default the People, Places, and Events ...
7
votes
3answers
163 views
AutoStart Application not working properly
I am having a Simple AutoStart Application with TimerTask implementation, that works fine in almost many devices. The problem is that it is not working in Samsung Galaxy Y(2.3.6) and DELL XCD35(2.2). ...
7
votes
5answers
197 views
Select text for copying Android EditText
I want to select some text inside an EditText which is the child element of a ListView. The selected text has to be set on a clipboard. I am unable to find any examples regarding this. How should i go ...
7
votes
1answer
360 views
How make Android self components and use it from a jar library?
I'm trying to create an android component that can be easily added to android projects as a jar library.
For this, I had to create new xml attributes in "res/values/attr.xml" that I add to my graphic ...
7
votes
2answers
937 views
getting battery level at android widget
I wrote a widget for Android and I'm trying to get the battery level.
I've tried using
Intent batteryIntent = context.registerReceiver(null, new IntentFilter(Intent.ACTION_BATTERY_CHANGED));
but I ...
7
votes
3answers
6k views
Changing ImageView content causes OutOfMemoryError
I have a very simple application with one ImageView and a Button. The first Drawable resource loaded by my ImageView is specified with the "android:src" tag in the XML Layout, however at runtime i ...
6
votes
1answer
869 views
Application Launcher Text - Application Name in two lines
Currently i am developing an application whose name is long , so i would like to display name in two line same as "Quick Calendar" and "Search People" in an attached home screen widget:
Please show ...
6
votes
1answer
154 views
Why doesn't my app widget update in API 3 or 4?
I'm working on an android widget and it works great in API Level 5 or greater. It's not supported at all in API Level 1 or 2. It should work absolutely fine in 3 and 4 but for some reason the widget ...
6
votes
2answers
2k views
How to change android tab text on the fly?
This seems like it should be simple, but I can't figure out a way to do it. I'm needing a tab to have beginning text, but then have that text change after the user selects an item from a list. I know ...
6
votes
5answers
4k views
What's the proper way to implement an Android widget with dynamically drawn content?
For my first and most awesomest Android project, I want to create a home screen widget which displays one of those Arc Clocks that all the kids are raving about these days.
Based on the limitations ...
6
votes
3answers
9k views
Custom Dialog by extending dialog or alertDialog
I want to make a custom Dialog, because I don't like it's style, I want to have rounded rectangle rather than sharp corners. I know how to implement it by theme in Manifest.xml, for example, using:
...
6
votes
2answers
8k views
Android: How to create a custom camera preview widget?
I am trying to develop a custom widget for camera preview. I would like to fill the screen with camera preview and draw some buttons over it.
I have tried to create a custom widget the following way:
...
5
votes
2answers
238 views
How to set index number on map pin image
I am making a map application in which i have 20 restaurant data and i want to show all restaurant in Map using overlay pin.Now my actual problem is I want to show index number on each and every pin ...