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

Simple Text Messages

I'm trying to do the extra credit task to send simple text messages in the Ribbit app. So far I've added a button in the action bar to bring the user to a new activity. I've made a xml layout that has a EditText and a button. I'm not sure on what to add into my new java activity now. I want to make it so when a user adds input into the editText and sends it. They can pick a recipient and send the message to that user. Can anybody explain how I can add this into my app?