Web Science Lab: UP Computer Science

Mar 10

Beginning Android for iOS Developers; or, How to Build a Real-World Android App - clayallsopp's posterous

Feb 09

Months in Minutes -

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…

Jan 09

EAGLe Main Functionality Working! -

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…

Jan 06

Pinch Zoom Gesture Successful! -

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…

Jan 03

Latest XML schema -

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…

Dec 29

SkyHook -

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…

Dec 09

Another Success! -

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…

Dec 08

newest revision of XML Schema -

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…

Problem with XML Schema -

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…

XML Schema Modified! -

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