Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
clintbarron
11,943 PointsBest source for "event" app showing a schedule
Hi. I'm writing an app that shows the schedule for an event (i.e. a corporate event). I want the times and event titles and can easily pull this from a dictionary or plist file. However, if there's a change, I want to be able to update the data so am considering pulling the data from an external JSON file. Does anyone have any experience or thoughts on how this type of app is implemented in terms of sourcing the data? If it were in an embedded plist file, would the users have to update the app each time I update the plist file? Any advice appreciated. Clint.