Category: Mobile Programming

1

Drupal 8 – A Bold and Daring Release Pt.1

Now that I’ve been messing around with Symfony2 for a few weeks, exploring Drupal 8 sounds like a lot of fun. For all the success the Drupal team has had, they are not sitting...

1

How to Internationalize iOS Apps – A Quick Guide

I find my myself routinely surprised about how little information is available on topics that would seem to me quite obvious. Today I decided to try to internationalize app I’ve built – create some...

0

Top 10 iOS-Xcode Things I Constantly Forget

I mess around with a bunch of different programming languages. There’s always things you forget how to do as you switch between PHP, Java/’Droid, HTML-CSS-JS, and Obj-C. Rather than constantly google the same thing...

2

Using RestKit with HTTP POST Operations

In my previous article on RestKit I showed how to use HTTP GET with JSON to access remote APIs like Twitter and BestBuy’s open APIs. That’s some really cool stuff, but now I want...

3

Parsing JSON and Object Mapping with RestKit

So now that I’ve got the basics of getting data, what’s a guy to do? Parse it baby! I’m going to be sticking with some pretty basic tasks around store and product location searches....

1

iOS REST-JSON APIs

Now that I seem to be getting the hang of iOS development I want to try and get some cool integration with PaaS and BaaS services from various places on the internet. Perhaps some...