Tagged Questions

0
votes
0answers
3 views

enunciator bar conflicting with a custom view?

My Android application has to, at some point, switch to landscape mode with no enunciator bar to display a screen that takes up the full display hight and width. I do this by calling …
1
vote
2answers
112 views

Refresh rate for GPS - what’s acceptable?

Hi, I'm trying to figure out a refresh rate to use for my GPS location listener to get around a bug on the HTC Hero where the GPS icon won't remove itself off the notification bar. …
0
votes
3answers
69 views

Android + WS-* services ?

How to create an Android application with WS-* services connections? Where to get information for beginners - it should contain video tutorials and explanation what types of bindings are not …
1
vote
2answers
43 views

Droid - won’t rotate image captured from camera? (Camera.Parameters)

Hi, Posted this on the android dev forum, wondering if anyone here has seen this. I'm using this camera code to ask the camera to rotate the captured image data: Camera.Parameters params = …
1
vote
0answers
41 views

Need to read android sensors really fast

Issue:- I am developing a application which needs a new acceleration datum every 5 millisecond. My Approach:- I have created a remote service which only reads the acceleration data from …
1
vote
2answers
39 views

Using some kind of “external ID” for a View

Hi everyone, i wrote a View class based on ViewSwitcher and now I want to write helper classes for the view like known form the ListView: ListAdapter, ListActivity and so on.. Regarding the activity …
0
votes
2answers
115 views

Multitouch on an Android app

Is multitouch available to Android app developers? I've heard its on the new 2.0 version but only seen it accomplished on the internet browser.
0
votes
3answers
59 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 …
3
votes
4answers
95 views

Remote debugging with Android emulator

Is it possible to write the code/compile Android application on one machine and debug it remotely on the emulator launched on another? I'm sick and tired of the emulator constantly eating half of my …
0
votes
2answers
78 views

Showing simple message dialogs

Hi, In my activity, I'd like to show simple info dialogs, stuff like: new AlertDialog.Builder(context).setMessage(message).show(); if I do that, the dialog will leak when I rotate that phone (not …
0
votes
1answer
45 views

Getting orientation of the device?

Hi, I have a camera preview activity, which is forced to stay in landscape mode. Is there a way I can tell the current orientation of the phone (not the screen orientation). Basically I want to …
0
votes
3answers
44 views

How to get Android 2 project types available in Eclipse?

I just upgraded to the Android 2 SDK. (I was at v1.5) I believe I followed all the instructions correctly, I installed the new SDK and then went into Eclipse and ran a software update from …
0
votes
1answer
59 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, …
1
vote
2answers
30 views

Not understanding how to use different density images for 1.6+

Hi, I'm trying to understand how the res/drawables images should work with different screen densities. Right now I've got a 1.5 app, and for example I have an image that is 100x100 pixels. When used …
1
vote
2answers
200 views

Android SDK Setup under Windows 7 Pro 64 bit

The short version of my issue at hand, Windows 7 Professional x64 Java JDK 1.6.0_17 x64 Eclipse Galileo w\ADT Plugin installed Android SDKtools r04 Since the Android SDK download now only …

1 2 3 4 5 15 next
15 30 50 per page