android-sdk-2.1
Android: show menu options on an Activity with Tabs
I want to show menu options in an activity which hosts tab views. Here is the code of my tab view activity.[详细]
2023-04-11 23:48 分类:问答Can I register more than one BroadcastReceiver for an Activity in an Android Programming?
I implemented a sample application which Shows the Phone Information, Battery Information of an Android application. I created two different Class files for two activities.[详细]
2023-04-10 09:21 分类:问答Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
I get the error mentioned in the title when I run my app on the emulator. While creating it, I had given a sufficient space.[详细]
2023-04-05 01:41 分类:问答Retrieving Google calendar list using gdata-android-2.2.1-alpha
I need a simple working example with all the relevant import. I found only one example but its too complicated and many imports are mi开发者_StackOverflow中文版ssingOkay I\'ve found a better solution[详细]
2023-03-30 18:32 分类:问答Android: Trouble with Environment.DIRECTORY_DOWNLOADS in android 2.1
I have an app that will try and restore a database from the SD card on the first start after and data clear or reinstall.I have the data back saved to the Downloads directory on the SD Card.This works[详细]
2023-03-28 23:38 分类:问答Android;Problem in Pick song from SD card and return path
I have made an Application in which I want to pick a song from sd card and the selected song\'s path should be returned back to onActivityResult() so that I can do bla bla bla..How can I get that?Any[详细]
2023-03-28 05:10 分类:问答Android:problem on cropping image by camera activity
I have made an App in which I have captured an image from camera and a rectangle is shown to crop the selected area. But I\'m facing two big problems in it:[详细]
2023-03-26 02:44 分类:问答Android:small size image taken by camera
I have called an intent by passing action \"android.media.action.IMAGE_CAPTURE\" i.e. intent.setAction(\"android.media.action.IMAGE_CAPTURE\");and the image I get is small size.and i want to get开发[详细]
2023-03-25 22:20 分类:问答How to use Messenger as argument in Android IPC
Basically I want to implement a service that exposes his interface to be used via Android IPC in other apps. The client application should then be able to register a Messenger to receive messages from[详细]
2023-03-23 18:17 分类:问答android: how to manage 4g if used SDK 2.1 (meaning no WIMAX)
im making an app using SDK 7 (aos 2.开发者_C百科1). But my app refuses to work properly on HTC EVO which is 2.2 due to using 4G connection. My app can\'t figure out that there is an Internet connecti[详细]
2023-03-22 05:58 分类:问答