Tagged Questions

Operating system for mobile devices. Developed by Google and the Open Handset Alliance. Android Developers Contains the SDK downloads, documentation, class reference and tutorials. Start here. Android Developers Google Group Alternative developer discussion forum for Android. Android Open Source ...

learn more… | top users | synonyms

1
vote
0answers
39 views

Why does creating dynamic bodies in JBox2D freeze my app?

My game hangs/freezes when I create dynamic bullet objects with Box2D and I don't know why. I am making a game where the main character can shoot bullets by the user tapping on the screen. Each touch ...
-3
votes
0answers
33 views

Move object right to left and left to right in cocn2d with box2d android

Is there way of moving my main character in my game which is a android Box2D object with the accelerometer than modifying the gravity, if I do this, all my other Box2D objects are moved! I just want ...
2
votes
2answers
76 views

Loading large bitmaps in Android

In a few games in the Android Market/Google Play Store, huge bitmaps are drawn onto the screen. For example, the game Unicorn Dash: and Robot Unicorn Attack: I'm assuming the entire island ...
-2
votes
0answers
50 views

Coin Sprites for developing game [closed]

Possible Duplicate: Where can I find free sprites and images? I am making an android game with a basic 2D Framework. no OpenGL or anything. but i want to make my coins look 3d. where can i ...
0
votes
0answers
49 views

How to display bitmap using Texture api in android opengl

I want to display a bitmap image at screen using texture api in android opengl. Some code which I have used in our code as below. public void onSurfaceChanged(GL10 gl, int width, int height) { ...
-5
votes
0answers
32 views

How to rotate roulette in Android?

I am implementing a game in which I want to rotate a wheel image on touch listener (like casino wheel). I have tried, but with no success. Can you give me some advice regarding how to do this?
2
votes
5answers
323 views

What is the average team size for mobile games like these?

I know that it is maybe too broad question but please give me at least some guidance. What is the average team size for mobile games like in ...
0
votes
1answer
40 views

Libgdx Animation Timing

I'm having a small issue with libgdx animation. I'm using getKeyFrame() to get the current frame of the animation and I'm updating the state time by adding on deltaTime in my update function for the ...
2
votes
2answers
127 views

How do I find the angle between two vectors?

I have 3 points on my screen: a = a point which is (c.x, 0) makes a line pointing straight up b = a user input touch, can be anywhere on the screen c = a moving object a _______.________ | ...
0
votes
0answers
61 views

Application Crashed After Box2d Collision

Can anyone tell me after collision my application crash Below is my code. public class Box2DScene extends CCScene { static class Box2DLayer extends CCColorLayer { protected static final float ...
2
votes
1answer
97 views

Why did an Android update disable the textures in my game?

I recently updated my tablet to Android 4.0.3 and now the textures for my game do not show up. I'm using OpenGL-ES 2.0 for my engine. It worked fine when I was running android 3.0. Is there any ...
0
votes
1answer
98 views

Resolution problems when porting a Unity game to Android

So, I'm porting a game to the Android for the first time in Unity3D. And I've run in to a few problems along the way. My current problem is the resolution doesn't seem to be right, it cuts off the ...
-1
votes
1answer
93 views

Beginning Android Game developement from scratch [closed]

I'm interested in game development, on the Android platform. I know a bit about Java (created a few apps here and there - nothing major). I'm looking for what's needed to start: What level of ...
0
votes
0answers
45 views

Unity: Side-by-side cameras to Evo3D

I got my hands on a HTC Evo 3D phone, and now im trying to figure out how to make stereoscopic content on Unity for the device. What I have gathered so far is that I most likely will have to write a ...
0
votes
1answer
94 views

Sprite collisions in android andengine

I'm developing a simple game by andengine. I have 10 balls which are moving randomly on screen.i'm importing the balls as picture in sprites.if they move at the same coordinate , they pass though ...

1 2 3 4 5 28
15 30 50 per page