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
11
votes
2 answers

IDTech Unimag Card Swiper on Android

I've been working on Android (v2.3) for a couple of weeks now, and I've stumbled upon some problems with the Unimag Card Swiper from IDTECH. The unit comes with a scarce documentation and the demo app from the SDK implements the firmware update and…
CodingDuckling
  • 595
  • 9
  • 20
9
votes
2 answers

2 ViewPager not scrolling in Android 2.3

I am using Navigation Drawer in my app, that contains some Fragments just like in the below picture. Every Fragment Contains another ViewPager that is an ImageSlider, and below that is a Listview and at the top I am using the SwipeRefreshLayout. My…
9
votes
1 answer

List of open-source android launchers

What actual launchers are open-source? I need launcher for 2.3+, but not launcher-plus or ADW, because they are not supported already. Stock ICS+ launcher is not compilable for 2.3.
artem
  • 16,382
  • 34
  • 113
  • 189
9
votes
4 answers

Android browser touch events stop display being updated inc. canvas/elements - How to work around?

On some android's native browser touching the page seems to stop the display from being updated until the finger is released. This occurs for both html element based animation (switching classes) and for canvas based animation. It does not however…
Ed Kirk
  • 583
  • 1
  • 4
  • 9
8
votes
4 answers

Changing value of R.String Programmatically

Can you change the values of a R.string programmatically in an android program? I need to pull some API information (for example battery state, battery percentage, android os version) and would like to save it a R.string value. I know how to read…
Falcon165o
  • 2,875
  • 1
  • 20
  • 31
8
votes
3 answers

Android Market: "This item is not compatible with your device."

This is really getting on my nerves. I have tried like everything to get my App to work on some more exotic tabs! Have now published a testing app (just an eclipse android project with nothing else) to try different manifest settings. However I…
8
votes
2 answers

Samsung Galaxy S2 2.3.5+ not calling overScrollBy()

Seems like Samsung disabled their overscroll (probably due to an Apple suit). I have an implementation of a view that extends ScrollView and overrides protected boolean overScrollBy(int deltaX, int deltaY, int scrollX, int scrollY, int…
8
votes
1 answer

ActiveAndroid app autocloses when run on Gingerbread

I have an app developed with Android Studio and Gradle. The app uses ActiveAndroid. The app works perfectly on 3.0 and up. When run on a Gingerbread device it just opens, white screen, and then closes automatically. The only clue given in the logcat…
Monitus
  • 846
  • 1
  • 6
  • 12
8
votes
2 answers

Get sorting order preference selected user in Contacts>settings in Android Device and How to reduce query time?

I have two questions: 1: How can my application know Default sorting order used for sorting native "Android Device Contacts"? Inside "Contacts" -> "Settings" in android, we have "List by" and "Display Contacts by" options. How can I get these…
Susomrof
  • 234
  • 5
  • 21
8
votes
3 answers

Android 4.x devices receive GCM messages, but Android 2.3 devices Don't

My android app never receives GCM messages on 2.3 devices, but it does on 4.x devices. I can register all devices (2.3 and 4.x) successfully. I thought it might have something to do with this issue, but it seems like I have my android manifest…
8
votes
1 answer

How can I call the date time settings screen from my android application?

I'm developing an application for mobiles and tables using Android 2.3. In my application, I want the user able to modify device's date, time values. I know that it is not possible via android applications. I planned to access the date/time settings…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
7
votes
2 answers

Is there a limit of AsyncTasks to be executed at the same time?

This should have an easy answer, yet I couldn't find any. And since I'm still an android dummy I came here to ask you people. I've been making this project that executes 10 AsyncTasks on the startup. Each task contains 3 URLs that collect data there…
7
votes
0 answers

android sim pin unlock programmatically

I have made an App (in android 2.3.6) that runs automatically at boot and doesn't allow users any use of the phone except for my app. To make this work I have changed the default launcher with my app, and blocked any hardware button and forced full…
user2581209
  • 158
  • 9
7
votes
1 answer

android.view.InflateException: Binary XML file line #1: Error inflating class

Added ActionBarCompat + NavDrawer to my project, running on 4.3 device is smooth, on 2.3 device I get the following exception: 09-08 15:09:15.229: E/AndroidRuntime(2964): FATAL EXCEPTION: main 09-08 15:09:15.229: E/AndroidRuntime(2964):…
7
votes
2 answers

Xamarin Android App update

I've been developing android apps on Xamarin for 3months now, but I am facing a problem to update the application when a new release is available. The application is not published to any app store(as we use it internally), I know Play store can do…
1
2
3
32 33