You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss developing Android applications using the Android framework. Get help with troubleshooting apps, advice on implementation, and strategies for improving your app's speed and user experience.
|
|
|
Android 2.0 SDK is here!
|
| |
Hello everyone! We've just announced the Android 2.0 SDK [link] If you already have the 1.6 SDK, note that you can simply use the SDK Manager to add Android 2.0 to your SDK. Make sure you also get the new SDK Tools (revision 3), as the SDK Manager in revision 2 (the one that... more »
|
|
Securing a paid app
|
| |
I am wondering how I might go about securing a paid app on Android.
I am thinking of selling the application from my own website via
PayPal, however, how will I stop people from sharing it with their
friends etc. Does Android have any type of native support for this?
|
|
How to control the playing of a song over Multiple Activities...
|
| |
Suppose I want to start a song in Activity A see to it that it plays
in Activity B when I move from Activity A to B Now after moving from
Activity B to Activity C I want to stop that song and play another
song.....
Please........I need Help on this cant figure it out some how
|
|
Strategy for installing large apps on Archos 5 tablet
|
| |
I have an app which has a download size of about 7MB and an installed/
configured size of about 25MB.
So far, I've been handling this by using the SD card for the baulk of
the data. This works fine although the installation process is a
little cumbersome.
I notice the smallest of the Archos 5 tablets is 8GB.... more »
|
|
Problem with communicating Thread with progressBar
|
| |
Hello,
Here is my code:
------------------------------ --------
final Handler mHandler = new Handler(){
public void handleMessage(Message msg) {
if(location!=null){
Log.i(TAG, "got message from handler");
dismissDialog(DIALOG1_KEY);
//this.getLooper().quit();
}... more »
|
|
how to disconnect the call programmatically from user defined apps
|
| |
hi all,
how to disconnect the call(i.e ongoing call) programmatically from
user defined apps.?
i checked even in clicking end-call button(which is there in
emulator), it is sending a msg to CallNotifier.java where msg is
handled.
I even tried to send a empty msg creating a handler and calling... more »
|
|
GPS failing with SecurityException
|
| |
I use Android 1.5 on HTC Hero. I've a mapapp that needs GPS
functionality. Sometimes when I start up the application I get the
following error.
11-13 17:49:50.709: ERROR/AndroidRuntime(1585):
java.lang.RuntimeException: Unable to start activity ComponentInfo
{test.android.mapapp/test.andr oid.mapapp.MapsActivity}:... more »
|
|
|