Questions tagged [android-2.3-gingerbread]

Android 2.3 (Gingerbread) is a minor platform release to the Android OS from Google that debuted on the Nexus S.

Android 2.3 (Gingerbread) is a minor platform release to the Android OS from Google that debuted on the Nexus S in December of 2010. Gingerbread introduced new features such as NFC, support for new sensors, and internet calling.

486 questions
-1
votes
1 answer

Is it possibile to run 2 different alarm with 2 different repeat values in a same application.in android?

Im developing a mobile application using Android 2.3 Here i want to capture the gps location and send the location co-ordinates (If it captured otherwise send 0) to web app with the one hour time gap. The gps capturing is time and battery…
-1
votes
1 answer

how to use Ice Cream Sandwich UI widgets on Gingerbread?

apologies, since i am a newbie on stackoverflow, i couldn't post pictures properly. i have implemented ActionBarSherlock with "tabs+swipe" navigation on Android 2.3. my aim is to have as-pure-as-possible ICS-experience on Gingerbread. however,…
easoncxz
  • 261
  • 1
  • 4
  • 12
-1
votes
1 answer

Android Application is not crashing in emulator 2.3.3 but crash in device 4.0.3

I have a app which was working properly on device Android 2.3.3. But is not working properly on Android 4.0.3 device. Errors are App crash at start. Grid-view icon not clickable after clicked once. Works again on restart for once. These are…
-2
votes
1 answer

Is there an Android Studio activities for lower version APIs?

I just started programming using Android Studio and it's so cute. But at first compile some errors occurred. I added a Login Activity and found out that this activity does not support programming for older phones with API9. Is there an Android…
-2
votes
1 answer

Orientation Change, especially in Android 2.3.3

My Application is running for Android 2.3.3 to 4.2.2 I want to avoid the restart of the Activity by rotating the display. Also I added the attribute android:configChanges="orientation|screenSize" in the manifest to these Activity. Thanks LogCat I…
lis
  • 670
  • 1
  • 13
  • 32
-2
votes
1 answer

Android code for showing driving directions and updating the directions as per user/device movement

Hi everybody i am making an application that required driving directions in it. Same as navigation feature provided by the google. But i am not able to find any solution for this. If anybody knows about some alternative of google navigation system…
1 2 3
32
33