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

How do I connect my back end with my android?

Let's say I have a website in php that is hosted on host gator that has sql..how do I make my android app communicate with it. It needs to pull data such as pictures in a way like Instagram does it. Is there a course in here like it?

1 Answer

You can follow BUILD AN WEATHER APP Course in ANDROID DEVELOPMENT SECTION where we would be taught about making an API request using okHttp to a weather forecast.io API and parsing the data

Is this requesting data like you would on parse.com? Is this how I would make it flow like Snapchat, Facebook, or Instagram. I am not looking to make something like the blog reader app. Does it teach me to log users into my website?

Can you clearly state what are you looking for?

I am looking to make an app for my social media. I would like to make an app for it that functions like Facebook,instagram, or the one they built here called ribbit. Is there a track here that eventually teaches you how to build an app for a existing social media data base and not request data like they did in "Build a blog reader app." I know they show you how to make a snap chat look alike. I want to do that sort of app but with my back end and not parse's.