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

What is this called? Best Answer Guaranteed!

Okay, I need to know what you would call 'a commonplace'. I need a app that takes like a photo from a user, and displays it to all existing users. But Team Treehouse does not cover that. Does anybody know? @jonkussmann @Gloria Dwomoh @Ben Jakuben

2 Answers

One route you can take for this is to create a web application with a REST API(or some other API setup) and use your Android app to interface with that API. Its how a lot of the more mainstream sites likely do so, so that they can reach the broadest audiences possible(desktop and mobile users).

Another route you could take is like the Ribbit application tutorials here on Treehouse do and make some modifications to that since it currently allows you to choose the people you share it with and "removes" the image from the user's list some time after they've viewed it, but would be a minor modification. You can start that course here.

I am only using mobile

So a photo sharing app basically. There are many examples available online that help teach building apps similar to that like Instagram. I'm not sure what different are you planning to do in your app, but if it's just displaying images from a user to other users, it should have a good number examples already available.

Well, please don't take my idea. I worked very hard on this idea. But you download my app, then people all over the world post photos of stuff, and people would see 8 of the most relevant photos, you can also take photos and publish it, it is non-profit.

Do you know where I can find these LOVELY tutorials?