For issues relating to developing with the android SDK, version 1.6 (Donut).

learn more… | top users | synonyms

0
votes
0answers
25 views

video html5 in webview (android 1.6)

I read lot of topic about the html5 video. But I have not found a solution for android 1.6 in webview. I use videojs. I think it 's not possible with android 1.6. If it's not possible to use html5 ...
0
votes
0answers
29 views

Collection Widget on Android 1.6?

I want to create collection widget (developer.android.com) for android 1.6 (API level 4). I already created an app widget with just one single listView element on it's layout but I just get the ...
0
votes
0answers
151 views

Webservices on android 1.6 using Xamarin behaves weirdly

I have a application for android using Xamarin and .Net 2.0 Web Services. webService = new wsService(); CredentialCache myCredentials = new CredentialCache(); NetworkCredential netCred = new ...
0
votes
0answers
55 views

Android billing v3 and Android 1.6 (level 4)

While updating our IAB to v3 we discovered that it uses a method which was introduced in API level 5. Specifically, it's startIntentSenderForResult(...) as shown here: ...
0
votes
0answers
42 views

Fetch all Email IDS of particular contact on Android 1.6

I have got working snippet on Android 2.0 and above. I am facing this issue on Android 1.6. Basically what i am looking for is There should be foreign key as Person_ID in Email table which will ...
0
votes
2answers
1k views

how to install load,install the apk in karbonn tablet and how to add the file manager in karbonn tablet.?

We are developing some android application.It used android 1.6 When we deploy the application in that application samsung tablet it will work But if we try to deploy into karbonn tablet, we cannot ...
0
votes
1answer
229 views

Is there any LBS like google which is allowed in China and have Android API?

We are developing a mobile application in Android for mobile and tablet. We use Android version 1.6. In our application we use Google Maps API for displaying location details. One of our application ...
0
votes
0answers
252 views

How to send/receive data file over socket in android?

I'm developing a mobile application for android. I'm using android version 1.6 Here i want to send/receive files from/to mobile via mobile application through sockets. The other end is connected to ...
0
votes
0answers
151 views

How to send the failure status from the C# windows service to the android through socket?

Im developing a mobile application in android.Im using android version android1.6 In my application.Some data from android application send through socket to local system (a system connected to the ...
1
vote
1answer
2k views

How to get the system ip address after usb tethering of android phone?

Im developing a mobile application in android. Here i want to detect the ip address of the computer,system,etc after the usb tithering of the any android phone I cannot find the solution If i ...
1
vote
1answer
181 views

how to pass some data as a parameter like http parameter in socket?

Im a android beginer.Im using android 1.6.In my office there is some application which sends some data via http post method. Now i want to add a module send the data via socket.I send the data via ...
0
votes
1answer
111 views

Admob ads not displayed on android 1.6

i have an app that runs perfectly on android 1.6+, but admob ads are not displayed only in 1.6 version. <activity android:name="com.google.ads.AdActivity" ...
2
votes
2answers
638 views

Strange error (could not find method) on Android 1.6 only

I've tried to add the following class to my app: public class AlertDialogHelper { public static AlertDialog.Builder getDarkDialogBuilder(Context context) { if(Build.VERSION.SDK_INT >= ...
0
votes
1answer
280 views

Error while setting the theme programatically using custom titles

I am getting android.util.AndroidRuntimeException when i am setting the theme using setTheme method. here is my code: @Override public void onCreate(Bundle savedInstanceState) { ...
0
votes
1answer
1k views

Navigate Between Avtivities in an ActivityGroup

I'm developing an app which contain TabHost ,in one of those tabs i have an ActivityGroup , and from this ActivityGroup, i launch another SubActivity ( let's say that i Launch an Activity A ), and ...
1
vote
2answers
838 views

ListView, Checkable items don't get checked on Android 1.6

My app is currently targeted at Android 1.6. It contains a ListView with CHOICE_MODE_SINGLE. All the items implement Checkable. I am using setItemChecked(int position, boolean value) to check/uncheck ...
0
votes
3answers
782 views

Multiple AsyncTasks load the same WebView

I'm trying to run many AsyncTasks to do loadData() on the same WebView. For example, I have 3 threads with 3 contents: "One", "Two", "Three" and a WebView with content "abc". (like the code below) ...
0
votes
2answers
2k views

Dynamically change font size in Android

I want to support font resizing with an entry in Preferences (where the user picks among given font size options) or by using a gesture (flinging up/down) as used in popular e-book reader applications ...
2
votes
1answer
2k views

Getting a simple fling gesture

So this is half a how-to and half a best practices question. First, if I just want to get a simple "fling right" (which will go back to a previous activity) should I implement OnGestureListener or do ...
12
votes
2answers
5k views

ClassCastException on a subclass of ListFragment using compatibility library

This only happens when using the compatibility library for pre-3.0 devices I'm getting an error that I cannot pin down. I have an Activity with a ListFragment and standard Fragment. It is just like ...
0
votes
2answers
990 views

Include .so library to android ndk project

I'm beginning with android NDK. I have to compile a native library for the 1.6 sdk (mupdf) but it requires the ljnigraphics lib (which was added lately on 2.2). I'm trying to include the compiled ...
0
votes
3answers
379 views

Android upgrade from 1.6 to 2.2 results in exceptions

My application works fine with Android 1.6, but when I run it on Android 2.2 I get concurrentModificationException in some places. After wrapping my head around it for days, I've come up with a ...
1
vote
1answer
449 views

Invalid column in contacts

I am planning to create cursorjoiner for my app. I would like to join the Display name and Email id using the cursorjoiner. I am trying on Android 1.6. When I query for the Email Id list, I get an ...
1
vote
3answers
847 views

Upgrading and Application from Android 1.6 to Android 2.2 does not work

I currently found out, that my Application developed for Android 1.6 does not work on Android 2.2. I'm quite puzzled about this, because its a very simple Application which almost does nothing. The ...
0
votes
1answer
535 views

Make a call and play a message? (Android 1.6)

I have an application that will need to make a call and play a recorded message. Is that even possible?
1
vote
1answer
863 views

AsyncTask to run on Activity start fails after previously getting cancelled

I am using an AsyncTask to fetch the ring tone for a contact when my application starts, it works fine until after my Activity closes a couple of times during the AsyncTask, after this happens the ...
4
votes
2answers
2k views

Set install location for Android 1.6?

I'm writing an application that is compatible with Android 1.6, but I would like to give users running Android 2.2 the option of moving the application installation to their sd card. How can I ...
1
vote
2answers
1k views

How can I query contact information based on a phone number

I am trying to query contact information based on a phone number on android 1.6. This is the code I tried. But I get count equals to 0 in my cursor. String selection = "PHONE_NUMBERS_EQUAL(" + ...