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

Pranjal Agnihotri
Pranjal Agnihotri
4,187 Points

Android Develpoment

I want to achieve view something like ::

Name Address xyz abc qrt pqr AND SO ON.... what view should i go for... something like expandable list view or what

Pranjal Agnihotri
Pranjal Agnihotri
4,187 Points
//  I want to achieve something like:
/*
Name                   Address
xyz                        abc
qrt                         pqr
AND SO ON.... */
Sachin Jayaram
Sachin Jayaram
5,461 Points

Yes recycler view can be used to achieve that. Go through the fragments course here in the Intermediate android track. He teaches how to make a similar app.

Pranjal Agnihotri
Pranjal Agnihotri
4,187 Points

How much time it took you to complete android course here on treehouse. Have u made any projects on your own

2 Answers

Sachin Jayaram
Sachin Jayaram
5,461 Points

I've finished the Beginner and am about to finish the Intermediate course. I don't get much time to study but I was still able to reach till this point in a month and a half. Right now I'vent created any apps but I'm confident I can work on one and deploy it if necessary.