Fantastic Friday

No its not the Friday before Carnival and no a year hasn't passed as yet. I call this Fantastic Friday because earlier this morning I completed coding the JSON server for my app.


Yeah............................

So without going into too much detail and spoil the surprise of what the kind of app it is and what it does lets use the letter A to represent a source of unfiltered information and B to represent the app I'm making. Basically I created a C option which would take all the raw data, break it down and then creates digestible chunks of JSON that can be easily served to B. Now if your new to mobile software programming at this point you may be saying 
"Vinion why not code that into your app, Phones are seriously powerful these days. I'm sure a phone can more than handle something this simple"
and you would be right. Now I could sound professional and talk begin to talk about decoupling as a concept that can be used in all aspects of software design, but I won't. Fact is keeping things separate is much easier than coding it into one app, and it also makes things easier in the future. For instance, I may have to switch data sources or I may want to use the data in another application.

Nevertheless today started off just right.

Post a Comment

Previous Post Next Post