All Posts in Java
Oct.
12th,
2011
Almost every Android application has two parts. On one side is the user interface that the user controls and views the information with. On the other side is a network component for talking to a server or updating its information. When you write an Android application you are always given… read the rest of the article
Posted in: Android, Java, Mobile Development
Feb.
8th,
2011
GPSView Recently, we created GPSView, a free Android application to show a user the location of GPS satellites they can detect. The following post is an explanation into how the math works and provides some Java code examples of how to calculate this. In regards to GPS, it turns out… read the rest of the article
Posted in: Android, Geographic Information Systems, Java