Programming

Jose C Gomez on September 8th, 2010

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.

Continue reading about GOlang System Programming

Jose C Gomez on May 11th, 2010

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 […]

Continue reading about Instead of Insert Trigger

Jose C Gomez on May 4th, 2010

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

Jose C Gomez on May 3rd, 2010

Following up to my last post, I would like to show you in detail how to get our custom List to be shown in a ListView follow along. The first thing we need to do is create out layout files, I have for this example created two layout files, one called main and one called […]

Continue reading about Android Putting Custom Objects in ListView

Jose C Gomez on April 30th, 2010

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