Questions tagged [android-2.0-eclair]

For issues relating to developing with the android SDK, version 2.0 (Eclair).

35 questions
0
votes
1 answer

Display a native activity with a pick-list of Android phone contacts only on Eclair and above?

I want to show the user a flattened pick list of all their contacts phone numbers and it must work from versions 1.6 up. I have read the related questions on SO and the Android documentation for Eclair. The problem is, even splitting my code into a…
Rob Kent
  • 5,183
  • 4
  • 33
  • 54
0
votes
1 answer

Database doesn't work in android 2.x

When I'm trying to run my project in android 2.x and execute sqlcommands on the database, an error says that "close() was never explicitly called on database...". but it works fine in android 4.x. I think I should open and close database in my…
ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112
0
votes
2 answers

Setting buttons not visible when working with api level 8

The setting button is there when I am creating my project with min sdk version 14 or more but I need it to be 8 for android 2.2
Mihir
  • 2,064
  • 2
  • 21
  • 28
0
votes
1 answer

Will GCM works on Android 4.0 upgraded from Android 2.1

I am having GCM push notification in my project. I know GCM will work for Android 2.2 and above. But will it work for those phone having Android 4.0 which were upgraded from Android 2.1 ?
0
votes
2 answers

Facebook SDK 3 for Android

I need to integrate my android app with facebook. I would like to use the new Facebook SDK (3.0) but in the documentation it says the min sdk version is 8. I would like to support api level 7 as miminum. Is thete any way i can use the sdk?. I also…
brpaz
  • 3,618
  • 9
  • 48
  • 75
1 2
3