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

Need help on my own app.

I've added onto the Ribbit app to make memes. So far I have an activity where the user selects an image then can edit the text to put on the image. Now I'm stuck here. I want to be able to send the meme to another user in the app. Does anybody have a idea how I can do this?

1 Answer

Now this isnt the exact answer so take this with a grain of salt because this how i would set this up. I would hook this up to some sort of hosting and set up user account system. Once this is done i would then set up some sort of inbox system to were a user could take and send memes to that would get that users id and send it to there inbox. The other way with out hosting that would not be able to share directly would be to set up a face book or twitter share system that would allow users to share there memes to face book or twitter.

Thanks for another great explanation!