android-2.3-gingerbread Questions
5
I would like to change the application name and label in the installer window (see the attached image). Name and label is, by default, the package name. Even though I added custom name and label ...
Insinuate asked 27/7, 2011 at 9:30
2
Solved
I am displaying a list of strings in an AlertDialog as shown below:
1.How can I set a fixed width font like the one shown below
2.The AlertDialog has vertical scrolling enabled by default. Ho...
Horsley asked 22/5, 2012 at 20:18
3
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 els...
Woodland asked 27/2, 2012 at 20:0
8
I am unable to run app from android studio to my samsumg phone running android 2.3.6. I am getting Application installation Failed popup refer below screenshot.
when I click on OK I get below er...
Henry asked 11/4, 2015 at 11:26
4
Solved
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 lik...
Davena asked 6/3, 2012 at 13:53
4
Is there a way to get the Alarm Application source code for customizing the existing default source code availble in Android 2.3.
Van asked 29/9, 2011 at 8:41
2
Solved
I developed a Tamil news application in android version 2.3.3. However, Tamil fonts have only been properly developed in android versions 4.0 and beyond. I want to display them in all versions of a...
Desjardins asked 7/3, 2013 at 9:21
2
My GCM client is able to register on all versions but messages are received on android above 4.x versions, not on android 2.3.6. I have made many changes but I cannot figure this problem out please...
Glutathione asked 8/3, 2015 at 13:27
2
Solved
I have a numberpicker:
AlertDialog alertDialog = builder.create();
alertDialog.setTitle("Quantidade");
NumberPicker NP = (NumberPicker)view.findViewById(R.id.npicker);
NP.setMaxValue(1000);
N...
Sparker asked 27/4, 2012 at 14:22
2
Im using the Download Manager API to download files from a server through a HTTP Request. This method works perfectly file for Android API version < 11. I need to implement it for Android API ve...
Talion asked 28/11, 2014 at 9:47
2
Solved
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 start...
Crookes asked 7/3, 2012 at 0:1
3
Solved
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...
Heatherheatherly asked 7/6, 2013 at 21:24
1
I'm trying to get my simple app working on Android 2.3.4 - gingerbread. The first request I make to the server is for authentication. For making requests I am using RetroFit.
However, I'm getting...
Franz asked 9/5, 2014 at 20:46
2
I am facing an issue while changing backgroundTint color in xml for FAB, that the color has not assigned for devices with Gingerbread versions. I am really confused and don't know why it is behavin...
Lamoree asked 12/9, 2015 at 10:8
4
Solved
I'm trying to set the background color of a spinner popup but everything I've tried didn't work properly.
This is the spinner control:
<Spinner
android:id="@+id/myspinner"
android:la...
Ashworth asked 26/9, 2012 at 16:53
2
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(...
Rang asked 23/4, 2013 at 15:15
4
I've been puzzling over this one recently, prior to 2.3.5 this seems to work fine (on my colleagues devices). However on mine it now never triggers.
I've stripped the code right back and made a ve...
Grayson asked 10/1, 2012 at 12:12
2
Solved
Sometimes, when I attempt to "Run" my application on my Droid Charge (running Gingerbread), Eclipse displays the following in the console:
[2012-05-31 23:08:50 - SomeApp] Android Launch!
[2012-05-...
Alceste asked 1/6, 2012 at 6:20
6
So we've successfully stripped ActionBarSherlock from the Zappos app in favor of the new ActionBarCompat and it works great on Honeycomb+ but on Gingerbread the action bar expands to fill the whole...
Icebreaker asked 29/7, 2013 at 19:20
3
Solved
I made an Android/Phonegap app, and it is running fine on all devices with several android OS versions, except on some Gingerbread (2.3) phones. I am using Phonegap 1.9.
Debugging the code, I real...
Incrassate asked 11/10, 2012 at 18:48
2
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 Listvie...
Exserviceman asked 8/9, 2014 at 5:22
4
You can see my scrollview being displayed the same in jellybean, & kitkat, very awesome:
But I am shocked to see the same thing in lower versions like 2.2, 2.3.3
It seems that it displ...
Appearance asked 5/8, 2014 at 13:8
4
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) a...
Posture asked 20/4, 2012 at 12:32
1
Solved
I'm using the v4 and v7 support library to integrate the action bar and navigation drawer in my app, which supports API 10+.
I've followed the guide on the developer site to use Theme.AppCompat an...
Dentition asked 14/11, 2013 at 2:58
2
I can succesfully connect, send and receive data by using httpurlconnection. But it takes very long time to load all the data on my phone (Samsung s4, 4.2) and on android 4.2 emulator.
But it takes...
Anatto asked 8/11, 2013 at 23:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.