I am a beginner in Android development, and I have to continue a project started by a former fellow worker.
I have a Samsung Galaxy S and a problem.I am trying to debug applications on this phone.I have no problem, repeat, NO PROBLEM getting the phone into debug mode.
Dose the Qualcomm AR support non Snapdragon devices (specifically galaxy S 2)? I\'m 开发者_如何学编程asking because I want to buy a Samsung Galaxy s 2 which has NVIDIA Tegra2,
Because of the bug described here i want to write a little an开发者_Python百科droid app to fix the problem in an indirect approach.
I have written an app which plays background music with MediaPlayer. I am now testing the app and it works on the HTC Desire perfectly, but when I try to test it on Samsung Galaxy S it dies with a Nul
I want to create an application that will give a notification to the user on a specific event. it should be back light noti开发者_如何学Cfication like BLN control is using. can someone tell me how to
I am having problems with multiple videoViews specifically on Galaxy Tab. In my app, I have two different video files which I want to play simultaneously. So I designed my app to have two videoViews
I have a question about the use of gsub. The rownames of my data, have the same partial names. See below:
I\'m trying to shoot picture and store it into internal storage by using the following code: Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
With a TextView with right gravity when I write a mix of English and Arabic texts, some English texts are moved to the right of the TextView and are not shown.