What I had not known in OpenStreetMap, I’ve done with Google Maps, in five lines. branches = server.getBranches(); for(int i = 0; i < branches.size(); i++) { OverlayItem item = new OverlayItem(new…
We’re so happy that the main objective of our project is already working. Finally! EAGLe can now connect to client and read the XML being sent by the game. It can also validate whether the XML being…
Hooray! One more feature has been added to Chroma! Below is a video demonstrating the pinch zoom gesture in our application. This feature can be used when viewing a particular saved image. <object…
The proposed solution for the problem raised by Sir Rom with our last XML schema is this: we allow the game developers to choose if they want to generate an XML file for each level finished by the…
Instead of Android’s built-in location service I use (which locates the devices and gives back the longitude and latitude), I’m trying to use this technology, SkyHook, which gets the device’s…
I’m so happy and thankful we were able to implement the color recognition of Chroma in HTC Desire, which runs in an Android 2.2 platform. It took as a lot of time finding the appropriate approach for…
Below is the nth revision (we aren’t sure anymore, since we’ve made a lot of revisions, a lot of them due to careless errors on our part) of our XML Schema, which we had validated here. The developer…
As with our XML Schema posted earlier, we have our problem as we are discussing it with our thesis advisers. Most of our tags are tagged as required, which in that case should be just optional. My…
The following is the modified version of our XML Schema. Late Documented. The modification was made last October 2010 before the first semester ends. Filed under: EAGLe![]()