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

parse query

i want to query a table in parse for a file and input it in an image view, do i still need an adapter....my activity is not a list activivty

1 Answer

Harry James
Harry James
14,780 Points

Hello again ugochi douglas :)

You don't need an adapter to query a table - details on querying a table can be found here. The documentation here is pretty big but, note that it includes both basic queries and more advanced queries.

As for inputting to an ImageView, that is also completely fine to do! You will want to query the image that you want and, when it has been found, store it in a variable. Then, use the likes of Picasso (If you don't know what I'm talking about here, go check out the Self-Destructing Messaging App course!) and display the image that way.

If you have any more questions as to any of this, give me a shout! :)