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

Android

Can I use my own server for developing "Self Destructing Messaging App" instead of Parse.com?

Hi folks, I own a server, so Can I use it instead of Parse.com for developing "Self Destructing Messaging app"?

Thanks in Advance!

If you mean still using parse objects I don't know I have not checked out the documentation. Creating your own back-end using PHP+MYSQL and accessing it through simple REST API is an option though it requires some work. Parse is easier when you just want to learn Android and not have to worry about other back-end technologies. I do not think there is a tutorial on Tree House yet but check out this link http://www.androidhive.info/2014/01/how-to-create-rest-api-for-android-app-using-php-slim-and-mysql-day-12-2/

Hi Micah, Thanks for quick answer. Actually I own a server, so I thought to implement my own API rather than using PARSE.COM and paying them.Thanks for the link you provided. Thanks Best Regards Sanskar