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
Kevin Nguyen
617 PointsHow to build an activity feed/photo time line android apps.
Hey I was wondering if there is a course in here that would teach you how to build an activity feed (like instagram) on here for the mobile app or if teamtreehouse is planning to build that course later.
1 Answer
Andrew VanVlack
20,155 PointsTreehouse dose not have anything that specific but the ribbit app (snapchat type app) that you build in one of the last lessons will give you a lot of what you need to build a instagram type application as it is very simular. Things like integrating a back end service with users/data, taking/sending/receiving photos, and displaying the list of content from followers/friends.
You would just need to change around the interface and modify the way some of the functions work. It would be a great project to learn android development.