1
vote
2answers
95 views
[Android] Launching activity from widget
Hi,
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 …
0
votes
3answers
66 views
Android Spinner - How to make dropdown view transparent?
I have a custom spinner dropdown xml file in /res/layout/:
spinner_view_dropdown.xml:
<?xml version="1.0" encoding="UTF-8"?>
<TextView …
0
votes
1answer
63 views
Android Dropdown Effect - Spinner or not?
Achieving a true "dropdown" effect (as seen in Adobe's Photoshop Mobile app for Android, image below) has proven challenging using Androids built-in methods.
As others on Stackoverflow have told me, …
0
votes
1answer
38 views
Android Spinner - How to remove radio buttons?
In Android 1.6, upon tapping a spinner (drop-down menu), radio buttons appear next to the spinner options. How do I remove those radio buttons so that just the option text remains?
0
votes
1answer
141 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 …
0
votes
2answers
125 views
Problem while implement location listener in android appwidget
Hi,
I am working on a Widget which will get the Current GPS location and pass this value to remote PHP page to get the Information and display it in the Widget. This is what I am trying to do.
I am …
0
votes
2answers
198 views
Answer to making a nice looking ListView filter on Android
Hey all,
After some playing around, I have finally made a ListView that is filter-able and looks ok.
HTH,
Hamy
0
votes
2answers
54 views
Highlight layout after delay?
Hi,
I've created my own compound widget, something just like this:
<LinearLayout>
<TextView />
<Button />
</LinearLayout>
I'm putting 15 of these in a ScrollView. I …
1
vote
2answers
51 views
Can’t get ellipsis to work on Android
Hi,
I have a TextView. I want it to ellipsize if longer than its available width. This does not work unless the input string has no spaces... can anyone provide an example of this working? I've tried …
1
vote
1answer
509 views
Android - Tabs, MapView, activities within tabs
Hi folks,
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, …
1
vote
1answer
45 views
Get soft keypad to stop modifying my LinearLayout on display?
Hi,
In my android application, I have an EditText. When I click in this field, the soft keyboard appears, expanding from the bottom of the screen. It seems to actually modify my layout, pushing …
0
votes
1answer
125 views
How to get width and height of a Webview in android
Hello....
I want to determine the width and the height of the webview .i have already tried using
webView.getWidth();
webView.getHeight();
but the log always show them 0.
any help will be …
0
votes
1answer
398 views
Getting Android SDK WebView and TabWidget to play nice
I’m taking the HelloTabWidget Android example and trying two things:
Moving the tabs to the bottom vs. the
top (if that’s even desirable from an Android UI POV)
Making each tab show a particular
…
1
vote
1answer
347 views
set transparent background of an imageview in android
hello...
i am using a web view in which i am adding a image view..now i want to set the background of this image view transparent.i hv tried setting
mImageview.setBackgroundResource(R.color.trans);
…
1
vote
2answers
909 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 …
