android-2.3-gingerbread Questions
2
Solved
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 "Di...
Stirk asked 24/10, 2013 at 15:16
0
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 a...
Dinadinah asked 5/11, 2013 at 22:26
1
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-...
Brezhnev asked 8/9, 2013 at 15:13
2
Solved
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...
Gerardgerardo asked 22/8, 2012 at 18:16
3
I have an issue with Android's webkit browser
Items in select-multiple disappear when they are selected
I couldn't find any solution on the web, neither nobody talking about this issue
I made th...
Aklog asked 23/8, 2013 at 7:18
7
Solved
I am new to Android development and bought a cheap Huawei Sonic (U8650 apparently) so I could test my first attempts at making an app on an actual device.
However, whenever I try to use 'adb logca...
Extend asked 4/8, 2011 at 12:49
0
Background
This is an app I am writing to familiarize myself with some of the APIs, it serves no real purpose other than to demonstrate some functionality in Android. I have a Service that is runni...
Legate asked 8/5, 2013 at 16:11
1
Solved
For some reason, using "GCMRegistrar.register(this, SENDER_ID);" works on 4.0 + devices.
However, it stuck at the following message without getting anymore GCM notification from Google.
"Registeri...
Jacquie asked 16/4, 2013 at 0:17
2
I have a relative simple App that was already in the Play-Store of Google.
Now I've made an Update of this App.
One Point of this Update was that I include the ZBar-Scanner. The Rest of the chang...
Bernettabernette asked 30/11, 2012 at 11:54
1
Solved
How can I turn off the screen in the android emulator?
I am using android 2.3.3 version
Undercoat asked 12/2, 2013 at 10:21
2
Solved
I've found a few questions on this subject here but their answers do not seem to apply being that my project is referencing the library that contains the class. Here's my code:
package com.demo.a...
Eatmon asked 26/12, 2012 at 23:5
2
I'm receiving reports about crash in Android 2.3 when displaying notification.
The stacktrace I have is:
android.app.RemoteServiceException: Bad notification posted from package com.megadevs.hubi:...
Fluoride asked 11/10, 2012 at 15:24
2
Solved
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,...
Syriac asked 13/2, 2012 at 14:7
2
Solved
I'm making my own search view for Android 2.3.
I have.
LinearLayout (Horizontal)
AutoCompleteTextView
ImageButton
I added the button and AutoCompleteTextView to LinearLayout.
I want to put a ...
Disorder asked 20/9, 2012 at 3:18
1
Solved
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 app...
Viscus asked 11/9, 2012 at 11:51
1
Now I can get it the app to start playing audio over A2DP and successfully switch to SCO, however when I try to switch back it plays over my phone's speaker instead.
@Override
public void onCreate...
Pernicious asked 6/6, 2012 at 19:14
4
Solved
It might be me, but when I calculate minimum app widget sizes according to the formula given on the android page I don't get the right widget widths; The formula is as follows:
width(n) = (70 x...
Comestible asked 4/4, 2012 at 9:34
1
Solved
I am writing a project that uses LruCache, which is included in the android-support-v4.jar compat library. When running on devices with JB, the code works fine, but when I run it on my Droid X with...
Ferule asked 6/8, 2012 at 23:44
1
Solved
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.
Selfdeceit asked 23/7, 2012 at 20:37
2
Solved
I am going to develop Android application which needs to read x,y,z coordinates of phone on 3D space.
I would like to write a simple code and test on the device..
I am using ginger bread on both ...
Rider asked 17/6, 2012 at 3:16
1
Solved
I know that this question has been answered many times, but I still can't get it to work on Android 2.2 nor 2.3.
I am developing an app which is composed of tabs. One of those tabs loads the mobil...
Pochard asked 26/6, 2012 at 20:31
1
Solved
I have an activity that will grab a pojo from the extras, like so :
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main...
Unobtrusive asked 28/5, 2012 at 16:43
2
Solved
When (in Gingerbread, 2.3.x) I hit “Clear Data” button in Menu => Manage Apps => App,
“Force Close” button also becomes disabled. Does it mean that “Clear Data” also kills the app?
Also, I noticed...
Antemeridian asked 1/3, 2012 at 7:25
5
I will start with an example... If you go to Settings > Applications > Manage applications, a new screen will open with a list of the installed applications: if you click on any application of the ...
Wozniak asked 25/4, 2012 at 17:50
0
I am trying to create an EditText on top of an andengine game to act as an ingame chatbox. The method I am using works fine on Android 2.2.1 IDEOS 2, Emulator Android 2.1, Emulator Android 2.2, Emu...
Amherst asked 16/4, 2012 at 15:10
© 2022 - 2024 — McMap. All rights reserved.