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 Build a Self-Destructing Message Android App Starting the App Setting Up the Project

Setting Up Ribbit With Android Studio

Hello everyone I was a bit confused on how to create the Ribbit project with the newest release of Android Studio 1.4

Here is a video that I made to help clarify things. https://www.youtube.com/watch?v=7cq0ke0Ylmo&edit=vd

TheBigOso

Terence Davis
Terence Davis
4,819 Points

Its not a question so much as an answer to a question that hasn't been asked yet :)

well said

2 Answers

Susan Jensen,

Thank you for responding, I reviewed the link that you gave me and It really helped out.

https://www.youtube.com/watch?v=KkvWHaIHFt0 my quality is low so ill redo the video later tonight.

At the same time I started my own video. Explaining how to get parse.com on your project.

Here are the steps.

  1. go to parse.com, start a new app, and get the parce.com starter project working.
  2. start a new project with tabed activity add navigation style Swipe views(view pager).
  3. make sure that runs.
  4. combine the two projects( aka, move all the code needed. to connect with parse
  5. in RibbitApplication change bar to something else so you know the test worked.

if you have any question let me know

TheBigOso

I found this answer to your answer helpful too.

https://teamtreehouse.com/community/this-is-the-droid-you-are-looking-for-how-to-get-past-this-lesson-while-knowing-the-modern-standard

You might want to keep that link handy, as the Meme Maker in Android Data Persistence uses the same navigation. I also rebuilt the 'Starter Kit' to the Meme Maker, but also have not pushed it to github yet.