Programming
GOlang takes a fresh spin at something we are all familiar with, it does it class and performance. I have recently had the chance to delve into the intricacies of GO and I have decided to dedicated part of my blog to it as a resource for future programmers.
Ever wanted to have an easy way to get the most recent entry for any given key on a massive database? I ran into this problem a few days ago at work and I wanted to attempt to explain how I solved it. We have a large database that contains the lifetime history of our […]
As a follow up to my earlier post, I would like to make a jar library available that should allow you to access any RESTFull service that uses JSON. Simply import this jar file into your project and you should be good to go. Please note that the attached jar file contains a compiled copy […]
Continue reading about Android accessing RESTFull JSON Services Library
I just finished a huge project for school using the Google Android OS. The biggest hurdle I had to jump through we getting android to successfully talk to web services. I have put together a set of classes and procedures to do so that make it easy and reliable. I have taken some code from […]
Continue reading about Android accessing RESTFull Web Services using JSON