All Posts in Android
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
Jun.
7th,
2011
I went to the Seattle Android Meetup last night. It was presented by Tim Bray the Google Android Developer Advocate. The following are my notes that I cleaned up. Lots of good facts and observations from Tim. Current Market Situation Google’s attitude = Mobile First This is where the action… read the rest of the article
Posted in: Android, Seattle Android Meetup
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