android-1.5-cupcake Questions

11

On an Android Cupcake (1.5) enabled device, how do I check and activate the GPS?
Glairy asked 9/5, 2009 at 17:13

6

Solved

I need to trigger a block of code after 20 minutes from the AlarmManager being set. Can someone show me sample code on how to use an AlarmManager in ِAndroid? I have been playing around with some...

13

Solved

I have an application which I want to hit the market as a Paid app. I would like to have other version which would be a "trial" version with a time limit of say, 5 days? How can I go about doing t...
Swipe asked 15/6, 2009 at 11:57

7

Solved

I'm currently writing an app in Android that works with the GPS. At the moment I'm able to work out whether the GPS is enabled. My problem is that I want to enable the GPS on app startup if it is d...
Mariammarian asked 26/6, 2009 at 23:1

4

Solved

I know its possible to use a wakelock to hold the screen, cpu, ect on but how can I programmatically change the "Screen Timeout" setting on an Android phone.
Kattegat asked 11/7, 2009 at 17:47

4

I am currently using the AlertDialog.builder to create a multichoice list for the user (checkboxes). This works great, except we want one of the buttons to deselect all of the others in the list. ...
Anglo asked 28/10, 2009 at 23:29

3

Solved

I have an application which I would like to be fully disabled/closed when it is paused (IE. When the user presses the Home, End (call) and Back button I would like the application to be closed, ins...
Taproom asked 21/6, 2009 at 21:28

2

Solved

I have an Android (version 1.5) application which needs to be constantly running when a button is pressed. So, when a Button is pressed I would like the phone to remain on and not want the screen o...
Changeless asked 13/6, 2009 at 19:51

3

Is it possible to disable noise cancellation for the microphone in Android (specifically 1.5) via code? I want to create a dumb MicrophoneApp that records all the background noises, but I believe ...
Skive asked 19/10, 2010 at 5:52

4

Solved

Is there a simple line of code that would allow only loading the code if the OS version meets the requirements? Lets say I have my target OS as 2.2 but the min sdk is 3 for android 1.5 so even if...
Featheredge asked 23/8, 2010 at 21:45

1

Solved

I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact: Movie.decodeStream Always returns null... Does anyone have any workarounds/fixes to play animated...
Kittenish asked 5/9, 2009 at 12:37

2

Solved

Hello does anyone have a code example of how I can time bomb an Android application so It will not work after a given date? I would like to release a "beta" application for testing but would like ...
Proportional asked 3/8, 2009 at 17:27

2

Solved

Hello I am trying to use a service to control a wakelock so I can permanently leave the screen on when my application is running. I create the wakelock and activate it in onCreate() and release it ...
1

© 2022 - 2024 — McMap. All rights reserved.