I am completely lost with this one. My app works perfectly on API 2.1 on my handset and through the emulator.
I\'m working on an Android application that need access to the front-facing camera on Samsung Galaxy Tab, with Android 2.2 (Froyo). As I\'ve read from some forums, there is official support for the fr
I must make OPEN GLES2.0 on android2.2. So I want 开发者_高级运维flamework(include loading model).(COLLADA or OBJ)
I am using a 开发者_如何转开发string variable in aclass Abc , but i am not able to acces it in another class xyz.the value of variable is showing null. here is my skeleton of the code
I\'ve gotten the front-facing camera to work on a Samsung Galaxy S, but the following technique doesn\'t work on an LG Optimus 2X Speed:
I can\'t see anything wrong with what I am doing, but I cannot get the camera on my phone to initialize and start drawing the preview. I have created a very simplified app that exhibits the same probl
When I try opening eclipse it o开发者_运维技巧pens, but it shows one error i.e Android SDK content Loader has encountered a problem.parseSdkContent failed
I have an application compiled in Android 1.6 (api level 4) but I need to add android:installLocation attribute. I have put this line in my AndroidManifest.xml:
I have two pieces of data that need to be accessed from outside applications and stored. According to documentation ContentProviders are the only possible way, but it also mentions external storage. C
My application works fine with Android 1.6, but when I run it on Android 2.2 I get concurrentModificationException in some places. After wrapping my head around it for days, I\'ve come up with a theor