Top "Android-2.0-eclair" questions

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

How to read contacts on Android 2.0

I'm working on Android 2.0 and am trying to receive a list of all contacts. Since android.provider.Contacts.People is …

android contacts android-2.0-eclair
Accelerometer stops delivering samples when the screen is off on Droid/Nexus One even with a WakeLock

I have some code that extends a service and records onSensorChanged(SensorEvent event) accelerometer sensor readings on Android. I would …

android accelerometer power-management android-2.0-eclair
How can I force a GridView to use the whole screen (regardless of display size)?

I've got the following layout file, which has a GridView and an ImageView behind that as the background. <?xml …

android gridview android-2.1-eclair android-2.0-eclair
Best Android 2.0 development book?

I'm looking for a single book source for Android 2.0 development. While I may be ok with a general Android development …

android android-2.0-eclair
pull to refresh in android

Possible Duplicate: How to implement Android Pull-to-Refresh I have implemented pull to refresh in my app which works fine in 2.2, …

android android-2.2-froyo android-2.0-eclair