I try to render an mp4 file I added to my android ressources in re开发者_如何学运维s/raw like so:
I installed Android emulator and it is very very slow that i am not able to test my web appli开发者_C百科cation in it. Is there any way to debug the application directly if I have a galaxy tab device
Is there a limit on maximum number of primitives to be rendered on FBO per frame? If so, is there any glGet or any other API to find out the maximum number of primitives allowed per frame?
I\'m trying to play some videos from web, using VideoView.setVideoPath() This videos are .mp4\'s Using MediaInfo, I found some important lines:
I\'m testing my app at Galaxy Tab and Motorola XOOM emulator skins, and I can\'t understand, why the drawables are taken from the wrong folders. I have drawable-xhdpi folder, where I store big size pi
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 have a code which runs absolutely fine on emulator but when I run it on Samsung Galaxy Tab, it gives Exception.
Is it poss开发者_开发知识库ible to detect change in orientation of the browser on the iPad or Galaxy Tab using javascript? I think it\'s possible using css media queries.NOTE: orientationChange is dep
I\'m facing a problem with the on-screen keyboard in the Samsung Galaxy tab emulator. The on-screen keyboard doesn\'t show up in lands开发者_如何学JAVAcape mode though it started showing in portrait m
I have an intent that calls the video capture activity: Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);