Tagged Questions
1
vote
1answer
32 views
Android Game, Blurring effect while moving camera
I have posted this issue on stackoverflow, but unfortunately nobody couldn't find solution, maybe someone here know this.
I'm developing Side Scroll 2D Game, using AND ENGINE
...
4
votes
2answers
171 views
how should i develop my android game efficiently?
I have attached a image of a flow chart that i made in paint.
The image shows how i want to develop my game. I want a game that runs great with smart coding that is easy to update and ad features ...
1
vote
0answers
75 views
How can I organize code for views efficiently?
I'm making a video game for the Android platform and I need advice on the overall set up of the activities and views in the code. I don't need actual code, psuedocode will do, but actual code always ...
1
vote
2answers
74 views
Android pong clone, having trouble getting the paddle to stop at the screen edge
Well, I'm obviously very new to game dev and android. I've got a ball bouncing around (successfully detecting screen edge collision so that the bitmap stays within screen) and a paddle that the user ...
-2
votes
3answers
150 views
are there any alternatives to developing android apps other than with eclipse
Ever since I installed the android sdk and avd manager in eclipse for java developers, it's been pretty simple to create apps for the mobile device. The only issue I have is eclipse is way too slow ...
0
votes
1answer
147 views
Andengine Traffic game: moving sprites along path on map
I'm developing simple traffic educational game like https://market.android.com/details?id=cz.allianz.krizovatky.android . When the player taps on car sprite, it started to move with other cars. If ...
3
votes
2answers
156 views
What is causing these visual artifacts on my OpenGL sprites?
What could be the cause of the defects in my characters sprite? I am using OpenGL ES 2.0. I draw my sprites in a sprite batch that uses UV coordinates from one large texture atlas. If you look around ...
-3
votes
1answer
114 views
Sudden lagspikes
My android game has sudden lagspikes sometimes. I know this is due to something going wrong. My phone has a 1ghz processor so there shouldn't be a problem.
Basically I use the Canvas class (I am ...
1
vote
0answers
109 views
How to create a collidable map with tiled for cocos2d (Android)?
I am using cocos2d to create a game for Android.
I am making a map in Tiled Map Editor and added a property to the ground tiles.
The property name is Collidable and its value is True.
Now I have ...
1
vote
1answer
138 views
Ground gravity for 2d game Android
I am using AndEngine to create a 2d Game for Android platform using ecliplse java.
I have learned how to use Tiled to create tiled maps. The only problem i am having is that i dont know how to place ...
0
votes
0answers
38 views
How is the Helloworld desktop project being referenced from the Android project for LibGDX?
I am using Netbeans, and I am trying to get the Hello World desktop/android projects setup and running for LibGDX.
The instructions found here Expect you to just import the project into the IDE, ...
0
votes
1answer
169 views
Loading Bitmap by name in Android
Currently, I'm loading images as follows:
sampleimage= BitmapFactory.decodeResource(context.getResources(), R.drawable.sampleimage);
This automatically chooses the correct image from the ...
1
vote
2answers
220 views
Enemy class architecture
I'm developing a game for Android in Java. I would like to know how a good Enemy class architecture could be implemented.
I've created an abstract class called Enemy. It stores common properties like ...
0
votes
1answer
189 views
How to use the box2d contact listener in android (java port)?
I don't have any idea about the box2d collision detection in android. I googled and got results that suggest to use the contact listener but I don't know how to use it in android java.
2
votes
1answer
290 views
Creating an Android Game using Java and c++
What's the best way to go about this? I've never coded using two languages before, let alone for an android phone