Tagged Questions
Operating system for mobile devices. For non-developer questions, see http://android.stackexchange.com
0
votes
1answer
59 views
Determining the X, Y co-ordinates in sprite sheets
I am new to Android COCOS2D and developing a simple game to start with. I am developing a game for kids in which the kids shall spell out the names of the fruits they select. I have developed the ...
2
votes
0answers
91 views
Advantages and disadvantages of libgdx
I've been an android developer for a while and am thinking about getting into gaming. While looking for a game dev framework, I thought libgdx provides very friendly documentation and functionality. ...
0
votes
0answers
58 views
Android - Using opengles through java vs c++
Ive been reteaching myself opengl so I can make a game on android. However Ive been struggling with how to build objects and scenes in opengl using c/c++ and passing them through the jni to the ...
-1
votes
0answers
56 views
which game engine did Destroy Gunners SP for android is using? [closed]
im trying to check games for the android mainly using the 2.2 OS version in 3d
i downloaded this game called "Destroy Gunners SP" and i wander which 3d engine did they use ? dose someone knows?
0
votes
3answers
71 views
How to create solid human characters in MAYA, so that their hands do not cut into bodies while signaling hand sign?
How to create solid human characters in MAYA, so that their hands do not cut into bodies while signaling hand signs? Or can I make the characters solid in Unity? I create animations in MAYA and import ...
3
votes
3answers
268 views
OpenGL gradient banding on Samsung Galaxy S2 Android phone
I've got a live wallpaper out on the market which uses OpenGL to render some basic shapes and a flat plane. The simple lighting creates a gradient effect across the plane, which looks fine on most ...
0
votes
0answers
42 views
Frame Animation in Android
I am having 10-15 folders with having 20-30 png files each as frames. I wish to run the animation on click events in android. I found some links which says that use of sprite will be very useful. But ...
0
votes
0answers
129 views
Android Game Development Tutorial [closed]
Is there a really good tutorial on Android game development?
Provide some links, please.
-4
votes
1answer
106 views
The time has come i have android , now what is the best framework to develop games?
i have samsung galaxy s 5 mini tablet . great toy.
i want to try to develop games to it , it has the android 2.2 ,
i don't want to upgreat for now the OS
i have 3 questions
1. what is the best frame ...
0
votes
2answers
104 views
Rotate a bitmap and bitmap is getting blur in android
I am developing an android game. and in this I want to move an object along a Bezier path.
my object is rotating with some angle on this curve.
I used this piece of code:
public void update() {
...
0
votes
0answers
58 views
AndEngine Object pool for Optimization
I have read up on a tutorial that allows you to reuse sprites that are re-added to the scene such as bullets from a gun or any other objects using an ObjectPool.
In my game i have a variation of ...
2
votes
2answers
166 views
Detecting image curve to move a truck on this surface
I have an image background in surface view
I want to move something according to black surface.But i can not do this using height of this image as it return same height.and one more thing ...
-2
votes
1answer
56 views
Touching on the particular sprite from the spritesheet
I want to click on the particular sprite from the sprite sheet. For instance i have fruits sprite sheet i want to click on the particular fruit.
Thanks,
Jubin Mehta
-2
votes
0answers
81 views
How to create the horizental slide menu in cocos2d android platfrom?
I want to create the horizental slide menu for my game in android cocos2d.
Thanks,
Jubin Mehta
-1
votes
1answer
89 views
How to make Moving road/track for android game?
I am very much new to Android game development. and i have little idea about the canvas and open GL. in one of my requirement i wanted to draw a moving road/track(Jazzy). how should i start. please ...