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
kabir hussain
1,186 Pointshow to get current recipient without having to use getListView?
i have been following tutorial for Destructing message. I have created my own way to send string values rather than pictures and receive the string. When receiving, i have created an activity to read the message. Within this same activity i have created an Edit Text for replying purpose. The problem i have is, how do i get the current recipient ID/name without having to select their name from List View (like your tutorial) in order to reply back to current message ?