0
votes
1answer
23 views
Unknown error on pause()
Hi,
I get the following error
12-15 16:54:37.125: ERROR/MediaPlayer(6032): error (-2147483648, 0)
when trying to execute this code in a service:
MediaPlayer mp = null;
@Override
public void …
0
votes
0answers
25 views
Image Recognition for Android/iPhone
I'm looking at developing an app that could benefit from having a image recognition system. I've seen this sort of thing in iPhone and Android apps. Take a picture of a book and the app takes you to …
0
votes
1answer
24 views
Android error with TabActivity / TabWidget
I'm trying to create a TabActivity for my android application. When my layout XML appears as follows with dummy TextView content for my 2 tabs, everything appears fine.
<?xml version="1.0" …
1
vote
2answers
41 views
Removing an activity from the history stack
Hi,
My app shows a signup activity the first time the user runs the app, looks like:
ActivitySplashScreen (welcome to game, sign up for an account?)
ActivitySplashScreenSignUp (great, fill in this …
0
votes
1answer
34 views
Android’s RelativeLayout seems broken
I'm working on a layout where I use a ListView with RelativeLayout line items. The lineitems themselves are not displaying correctly.
The issue is that the txtVideoDuration TextView is drawn at the …
0
votes
1answer
17 views
SharedPreferences remain intact between app upgrades?
Hi,
I'm using SharedPreferences to store some app settings. If I push a new version to marketplace, and my users download, will all those SharedPreferences be removed on the upgrade? I know my sqlite …
0
votes
1answer
32 views
Android Borderless Dialog
I have created an AlertDialog using AlertDialog.Builder, but the Dialog border takes up too much space on the screen. How do I remove the border? I have tried using another Activity to emulate the …
0
votes
1answer
23 views
Android Spinner - How to remove radio buttons?
In Android 1.6, upon tapping a spinner (drop-down menu), radio buttons appear next to the spinner options. How do I remove those radio buttons so that just the option text remains?
0
votes
2answers
56 views
Progress bar in notification bar when uploading image?
Hi,
I'd like my app to upload an image to a web server. That part works.
I'm wondering if it's possible to somehow show the progress of the upload by entering an entry in the "notification bar". I …
0
votes
1answer
29 views
Android and storing/loading preferences for resources - how to achieve consistency?
I'm writing an application and need some help with consistently storing and loading preferences related to certain resources. Let me give an example.
Suppose I have 10 spinners. They all have the …
0
votes
0answers
40 views
Android SDK Manager and AVD Manager doesn’t have the correct information and fails to update on Ubuntu
I'm trying to install Android SDK on Ubuntu but fail when I try to use the SDK Manager and AVD Manager to install Android platforms.
I've downloaded: android-sdk_r04-linux_86.tgz
The I start the SDK …
0
votes
0answers
17 views
Android Set a new QUICK_LAUNCH in android.provider.Settings
I am trying to figure out how, if its even possible, to assign a new "quick launch" key programmaticly.
To do it manually its Menu - Settings - Applications - Quick Launch
But I would like to have …
0
votes
1answer
22 views
Android: how do you mix and match colors, styles, and sizes in a single view?
Is it possible to style a single, say, TextView in Android with multiple alternating styles, colors, and sizes? Think inline HTML or CSS but in the Android world.
As an extreme, to demonstrate the …
0
votes
1answer
42 views
How to set geographical coordinates on pictures for Google Android ?
Hi,
I'm currently developping an application to manage my pictures on an Android phone.
I developped an algorithm to classify the pictures based on the geographical coordinates (latitude, longitude) …
1
vote
4answers
81 views
Trying to set up Android SDK - Please help! Beginner
So I am super new to this, and am not really sure what I am doing.
I downloaded the Android SDK for Windows, but I am a little confused in setting it up/installing. So I read that I needed to set the …

