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 trialAnkur Srivastava
2,471 PointsIf the app needs to store data locally and we need users to access this data remotely then what are the best practices ?
This is a question related to App architecture in general. Say I am developing a Survey app which stores data locally. And I would also like to let people access data. What are best practices which can be used ? Will it make sense to design a system using PHP /MYSQL combination for example and store data via web services or use a platform like parse.com ?
Please suggest.
1 Answer
Syed Sayem
11,327 PointsBest practice is to build your own backend system and let people access to your app using API, like Spotify API, Twitter API, or Google API.