Questions tagged [android-2.1-eclair]

For issues relating to developing with the Android SDK, version 2.1.

Android is Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see https://android.stackexchange.com.

94 questions
0
votes
1 answer

Android how can we design a menu for a list view similar to that of android 4.1 ICS?

I am new to Android and I am developing an app in android 2.1. The UI has a list view in it and on focusing the list shows a dropdown menu as in this image: http://developer.android.com/design/media/app_structure_gmail.png How can I design a menu…
0
votes
1 answer

Android multi touch not working

I've recently been trying to use multi touch for my app but haven't been able to find any help with my problem ill post the bit of my code im having trouble with. im using and old adk with a api level of 7 is multi touch available for androids…
user1322694
0
votes
1 answer

Automatically answer call in android 2.1

I am looking for some code to automatically answer incoming call in android 2.1. I have looked on some of the available threads on stack-overflow but they do not seem to work for Android 2.1. Can anybody give some peace of code to help me. Thanks in…
Muhammad Nabeel Arif
  • 19,140
  • 8
  • 51
  • 70
-1
votes
1 answer

Getting "failed to find provider info for com.google.settings" in Android while trying to read JSON structure

I am getting the above error while trying to use MapView in Android to display points on a map using values obtained from reading a JSON structure. The map works perfectly and displays the test points, the values for which I manually set, but it…
1 2 3 4 5 6
7