I\'m probably trying to ask too much at once here, but any saintly, patient, Android guru who can help me even a little bit is probably going to save my project from failure.
I\'ve made a couple of apps for android, but none used graphics that much. I\'m now trying to make an actual game. I have some bitmaps that are on my canvas. My problem is I\'m not sure where to initi
Im trying to implement inertial scroll开发者_JS百科ing in my GLSurfaceView and to do that i need to figure out how to calculate velocity, but im not sure how to do so. the translation is stored in a m
I have two surface Views 1> MediaRecorder display surfaceview. 2> MediaPlayer SurfaceView displaying the Media recorded by MediaRecorder.
I wanted to add a custom ImageButton on top of my SurfaceView so it e开发者_开发技巧ssentially scrolls with the View. The canvas scrolls and zooms with a matrix. How could I go about doing this? Thank
I need a little help with getting my camera to work right. What I\'m trying to do is have the user take a picture that will then be used in another activity as the view\'s background. It is important
I\'d like to open up a SurfaceView with a icon placed in the center of the screen when an application is first started.I\'m evoking icon creation using an implementation of SurfaceHolder.Callback to t
Im trying to save a hig开发者_高级运维hscore, in my game. My class extends SurfaceView and implements SurfaceHolder.Callback. So the scoring system works perfect but I really want to make a highscore
Trying to get an Android 2.2 application to start up with a SurfaceView as the base view with a button placed atop it located near the bottom of the screen.So far, no luck.It crashes every time it att
I have a layout.xml file with a surfaceview and various buttons. This is loaded (setContentView) into two instantiations of a class. Each instance is an activity on a different tab (within another cl