Original address: http://blog.csdn.net/xiaominghimi/article/details/6116089
Li Huaming HimiOriginal, reprint must be clearly noted:
【Android Game Development Nineteen】( Must-see article
Original address: http://blog.csdn.net/xiaominghimi/article/details/6116089
Li Huaming HimiOriginal, reprint must be clearly noted:
【Android Game Development Nineteen】( Must-see article
Error log:
01-01 08:03:33.888 2627 2627 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:763 android.content.ContextWrappe
Explanation: Look at the introduction of a short video on the first startup of Bests. I originally planned to use VideoView to play the video. ! What’s nonsense is that I can’t control the size of the parent control…. There are also many pitfalls during playback with SurfaceView! ! ! ! Go directly to the code!
On Android, is there a way to get GPU information without creating a SurfaceView? I don’t plan to use OpenGL to draw anything, but I only need to obtain hardware information such as the vendor, Ope
I have a SurfaceView that I draw, without controls, text boxes or any other types of form type items. I want to be able to:
1: Touch I drew a circle on the SurfaceView onDraw() method, and th
I am using SurfaceView to develop a game. It involves about 15-20 images, some of which have an average resolution of 320X400. I have two questions –
>I use Drawable images and use the drawab
Original address: http://blog.csdn.net /sunnyfans/article/details/17969531
Question: Adopt Surface to achieve multi-touch zoom, drag display function.
[java] view plain copy
Based on SurfaceView Detailed Android Lucky Wheel, with example app First of all, let’s talk about the wheel of fortune and SurfaceView after reading the blog which is also a great god. Understa
Sometimes we need to do rendering in the context of the surfaceview in the native layer. At this time, we just provide a separate do nothing Surfaceview.
The xml file is as follows:
< s
Original address: http://blog.csdn.net/ypist/article/details/8571032
p> 1. Basic knowledge:
SurfaceView inherits from View. View is responsible for updating the animation in the ma