OTGApps / rubymotion-inspect2014

Official App for the RubyMotion #Inspect 2014 conference in San Francisco - May 28-29, 2014
https://itunes.apple.com/us/app/rubymotion-inspect-2014/id863959924?mt=8
MIT License
34 stars 6 forks source link

Data caching from Github #22

Closed markrickert closed 10 years ago

markrickert commented 10 years ago

Moves networking code out of AppDelegate file and adds caching of speakers, talks, and sponsors from the plist files hosted on github.

markrickert commented 10 years ago

Next up - add caching of images from github too. Maybe I'll leave that to @GantMan ? Or perhaps @gertig wants to jump in here? :p

Come on people! Get with the program!

farley

GantMan commented 10 years ago

I'd like to move away from the plist eventually, and perhaps just load .json and store the info on device? This looks good, and makes strides to move networking to an object that can be protocol agnostic.