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 Relating Users in Parse.com Selecting Friends from a List

How to search for friends on a list instead of just tapping them?

Can you please show us how to search for friends on a list instead of just tapping on them.

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

You'll need to start with an EditText that lets you enter a search term. You can put this wherever you want, like above the user list, for example. Then you need to add a button that will get the value from the EditText and use it for a new ParseQuery.

There are lots of different ways to tackle this, and you should be able to figure out a solution after completing the Ribbit project. Follow up in here with any specific questions if you start working on this and run into trouble. Good luck!