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

Joseph Bogaert
Joseph Bogaert
10,505 Points

How can I make our Ribbit image customizable with words and drawable lines of various colors before we send the message?

I'm working on making the Ribbit app more useful by adding a way to implement "EditText" fields where the user clicks on an image, and also a pencil tool to draw lines of colors over the image as well. I've looked for solutions on various websites but so far I can't find anything solid. This is similar to how the MemeMaker Application works. Although I find it confusing trying to implement that code into Ribbit :(

At the moment, Ribbit just takes or chooses a picture, and immediately gets sent to the RecipentsActivity to choose who we send the picture too. But just before that happens, I want to be able to view the image in an editable layout, any help would be appreciated :)

Thanks