A demo app using Android's dynamic animation support library APIs.
Half-built Android game utilizing JBox2D libraries for physics.
A small custom OpenGL ES based 3D graphics and physics framework primarily intended to be used in Chemistry and Chemical Process simulation projects on Android
An android game using a 2D physics library (libGDX) and Java.
Air Hockey 2D Android Game using core vector drawing, without using any 3rd party libraries.
A Flappy Bird Clone for Android that relies on the Gdx library and is designed to be easily modifiable. Changing the physics of the game is as easy as changing a few numbers.
this demonstrating utilizing the LibGDX Library and simple physics for velocity, gravity, as well as collision detection it multiple states from start to game over. update: This also shows scrolling background as we split the background into image sized segments that are repositioned every frame, thus create the illusion of a game level.
Basic boat simulation application for Android written in pure Java. No external physics or graphics (or any other) libraries are used.