The android-studio tag has no usage guidance.
0
votes
0answers
10 views
Sensor listener setup/tear down android
I am developing my own game for android but when I open my app after 5 or 10 seconds it sets up the sensor listener and I can see a clear stuttering and the fps drops for a second to 40 fps instead of ...
4
votes
1answer
91 views
Is there an optimal method to implement moving background?
I am trying to develop a little game using libGDX. We have a hero who jumps and world consist of dynamically created moving platforms in an auto side-scrolling manner.
I wanted background to scroll at ...
0
votes
2answers
65 views
Why does Intersector.overlaps return false?
I am trying my hand at creating a simple game using libGDX.
The idea is: We have a hero who jumps and world consist of dynamically created moving platforms in an auto side-scrolling manner. In order ...
1
vote
1answer
36 views
Why is my Box2D Body only colliding with one type of Object after a new level has been built?
So developing for an android mobile game, using Android Studio and developing for the API 17, with Box2D implemented.
FIRST LEVEL
For some reason, one the first level everything is running okay:
...
0
votes
2answers
101 views
2D Coordinate Based Game [duplicate]
I want to make a game for Android that has a 10x10 Grid Plane as UI.In this game users going to touch on a grid and tihs grid will be painted.
My question is how do I understand which gird or tile ...