Tagged Questions

0
votes
0answers
11 views

Accessing Videos AND Photos on Android 1.5 +

So I'm trying to allow the user to pick a particular piece of media with my Android Application using the method described here: …
0
votes
1answer
26 views

How to set geographical coordinates on pictures for Google Android ?

Hi, I'm currently developping an application to manage my pictures on an Android phone. I developped an algorithm to classify the pictures based on the geographical coordinates (latitude, longitude) …
0
votes
1answer
16 views

Wrapping a LinearLayout from xml

Hi, I'm trying to make some Android view classes (which are just wrappers around layouts defined in an XML file). Is this correct: public class MyViewWrapper extends LinearLayout { private …
0
votes
2answers
38 views

Get address in contacts using Android SDK

I'm trying to retrieve the contact's name, phone number, and address from the android contact list. The name and phone are pretty straight forward but the address seems to not be accessible with the …
1
vote
4answers
64 views

Trying to set up Android SDK - Please help! Beginner

So I am super new to this, and am not really sure what I am doing. I downloaded the Android SDK for Windows, but I am a little confused in setting it up/installing. So I read that I needed to set the …
1
vote
0answers
34 views

Activity history stack wrong upon first install on device?

Hi, Edit / Update: As an update to the below problem, I found the exact action which causes it to happen. Download an apk from a url through the android browser Install the app. After install, the …
0
votes
1answer
26 views

Getting screen height before first display?

Hi, I have a ListView. I populate it with 8 items, that's all that fits vertically on the G1. Some of my users are saying the Droid has a taller screen height, and so I can probably add one or two …
1
vote
2answers
34 views

Pause music player on a phone call and again resume it after phone call in android

Hello, I am using android.media.MediaPlayer object to play audio files in my app. Everything works fine but when a phone call comes while a song is playing the app does not pause the media player and …
1
vote
1answer
46 views

How to set trigger on contacts database in Android

Hi, I have a requirement wherein I need a list of all the contacts that are edited/changed. As per the Android documentation, _SYNC_DIRTY will be set every time a contact is edited. But, there …
0
votes
2answers
27 views

Not understanding Activity stack?

Hi, I'm having trouble with my activities when they go in the background. I have two activities, A and B. Only A can launch B (manifest copied below). This is what I do: Launch the app from the app …
0
votes
0answers
20 views

IME keyboard does not show when OnClickListener set for EditText?

Hi, I'm not sure if this is a bug or not with Android OS 1.5, but when I set an OnClickListener for an EditText, then try clicking it (using trackball), the IME keyboard no longer displays itself. …
0
votes
0answers
24 views

Android respore savedInstanceState Uri to ImageView

I have an Image view that displays a image selected by the user from the device. When first opening the Activity, the image displays fine, but if they rotate the device, I save the selected Image's …
1
vote
2answers
52 views

Locating local hospitals in android

I want to be able to plot every hospital within 10 miles of my current location on the map in Android. I've already started with this code as a base …
0
votes
2answers
64 views

Dial Number Without Prompt

I'm trying to write a function for the Android Platform that will allow me to call 911 without any sort of prompt. I have already added the permission "android.permission.CALL_PRIVILEGED" I just need …
2
votes
2answers
34 views

“SD Card” permission appears on 2.0 devices?

Hi, I wrote an Android application. These are the permissions I requested: INTERNET ACCESS-COARSE-LOCATION ACCESS-FINE-LOCATION ACCESS-NETWORK-STATE CHANGE-NETWORK-STATE On 1.5 devices, it looks …

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