Android 1.5 (Cupcake) is a major platform release deployable to Android-powered handsets starting in May 2009
On an Android Cupcake (1.5) enabled device, how do I check and activate the GPS?
android gps android-sensors android-1.5-cupcakeI need to trigger a block of code after 20 minutes from the AlarmManager being set. Can someone show me sample …
java android alarmmanager android-alarms android-1.5-cupcakeI have an application which I want to hit the market as a Paid app. I would like to have …
android trialware android-1.5-cupcakeI'm currently writing an app in Android that works with the GPS. At the moment I'm able to work out …
java android gps android-1.5-cupcakeI have an application which I would like to be fully disabled/closed when it is paused (IE. When the …
android android-1.5-cupcakeI know its possible to use a wakelock to hold the screen, cpu, ect on but how can I programmatically …
java android android-1.5-cupcakeI get java.lang.IllegalArgumentException: bad base-64 while trying to use Base64 on Android 1.5 private static String encrypt(Context cont, …
android base64 android-1.5-cupcakeIs it possible to disable noise cancellation for the microphone in Android (specifically 1.5) via code? I want to create a …
audio audio-recording microphone android-1.5-cupcakeHello I am trying to use a service to control a wakelock so I can permanently leave the screen on …
java android android-service android-wake-lock android-1.5-cupcake