Android 1.4

Last week I tried to work with tiled map editor. I found that we need GDX library to work with it. I looked through with some tutorials and tried to run some of their examples. However, in android developer they did not run. The strange thing is there is no error in android project inside, but overall the project marked with warning mark. I checked all prerequests and pathes. It did not help. I workes with java 6 as I found in the internet suggested to use java 6. But, it did not work as well. Also, there is an open sourse AndEngine, which use tiles map. I downloaded it, but found its code too difficult to understand. Ultimately, I found a tutorial where the map could be made with help of simple matrix. I changed the UI a lot. Now, the project look like this 1

2

3

4

Clearly, there will be other significant changes

To do - to help Damir with integrating my code with his - to modify UI - to make options menu Current errors: - when I open play dialog window options dialog window appears - I change the color of play dialog window to black and then the project did not compile in any mobile device only in emulator (I deleted the code, but the problem did not sovle)

Comments