I am having a 512*512 types of file its a x*y type of file . now we are having 512 files of this type . these 512 files are like the z-axis if we have 100 files of this 开发者_StackOverflow社区type th
I need to maintain five students\' nam开发者_如何学运维es in a two dimensional array. Each student name can be20 characters long. If the sixth student entry came, then the first will be replaced, seve
I find that whenever I\'m creating a live wallpaper, things begin to lag. For example, when switching between the screens, the animation lags. In many other wallpapers I\'ve seen,ones with much more d
I have a list of lists, each containing a different number of strings. I\'d like to (efficientl开发者_开发知识库y) convert these all to ints, but am feeling kind of dense, since I can\'t get it to wor
Some googling has led me to believe that C++ is the best language for 开发者_高级运维real-time 2D graphics programming, but since the Android is Java-based, is that still the best option? Or us the fa
Possible Duplicate: How to remove a row in two-dimensional array So I have a 2d array String[][] array, and there\'s like 9 rows, I want to remove row number five. Is there a way I can tell java
Let\'s say I have a 2D array of 1bit pixels, for example an image bitmap. I would like to find groups/cl开发者_开发问答usters of 2x2 or larger. The groups can take any free form shape larger than that
I recently got a water simulation using particles (1000-1500) working (using the stokes equation), but my problem is that I use a IDXSprite which just draws the particles using blue texture quads (7x7
Wonder if anyone could point me in the right direction. I want to be able to animate an object like a bullet from a static position to any area on the screen.
I know how to speed up rendering in 3d by simply re开发者_如何学运维ndering the nearest planes first.