I need to send some commands using the wireless network from an iPhone application to an Android application. I thought a possible way would be to send the commands as strings over TCP (SOAP seemed a
I\'m integrating exact code from here: http://labs.makemachine.net/2010/03/sim开发者_运维知识库ple-android-photo-capture/
I\'m using my phone as t开发者_运维技巧he \"emulator\", e.g. running my app from Eclipse to the phone.I\'m trying to access the SD card from within the app (create a folder, save a file), but the erro
I pulled down the latest source from GIT for the camera app, but android.hardware.Camera.CameraInfo seems to be missing when it\'s imported (and messing the rest of the app up).I tried changing from A
I have been using Geocoder class for looking city names and geolocation. It is working till 2.1, but is saying \"Service not available\" in开发者_运维问答 2.2 and 2.3
I am using LocationManager to get the values of Latitude and Longitude of a user. These values are updated regularly to a database.
开发者_JAVA百科I developed one application in sdk 2.1. Now i want to test this in all sdk version. I trying to test in 2.2 ,1.6,1.5. But all get failed ,all throw exception. what are the changes I nee
I\'m developing a application that works on linux. I want to port this to the Android SDK Emulator. But everytime I start the application the emulator crashed wi开发者_高级运维th a segmentation fault.
I\'m dynamically creating buttons.I styled them using XML first, and I\'m trying to take the XML below and make it programattic.
I\'ve downloaded the source code for the Android default email client.I\'d like to build it to try some things out but I am unable to.It seems I am missing a reference to the Android Calendar provider