Skip to content Skip to sidebar Skip to footer
Showing posts with the label Algorithm

Create Adaptive Grid On The Map For Clusterization

In our application we use google map APIs v1. I wrote grid-based clusterization for markers (total … Read more Create Adaptive Grid On The Map For Clusterization

How To Create A Raining Effect(particles) On Android?

I am developing a 2d android strategy game, it runs on SurfaceView, so I can't(or can I?) use L… Read more How To Create A Raining Effect(particles) On Android?

A* Pathfinding Java Not Working Properly

I am creating a Maze game in java and wants to add a smarty ghost (like Pacman) that move towards u… Read more A* Pathfinding Java Not Working Properly

Identify Colors Using Android Camera

Currently working on one academic project regarding color detection in android. I am trying to dete… Read more Identify Colors Using Android Camera

Sqlite Query Less Than Or Greater Than Check

I want to use this: return mDb.query(DATABASE_TABLE, new String[] { KEY_ROWID, KEY_LEVEL }, KEY_LE… Read more Sqlite Query Less Than Or Greater Than Check

A* Pathfinding Java Not Working Properly

I am creating a Maze game in java and wants to add a smarty ghost (like Pacman) that move towards u… Read more A* Pathfinding Java Not Working Properly