Android ratings and listviews

Posted by puppetmaster04 on Stack Overflow See other posts from Stack Overflow or by puppetmaster04
Published on 2010-12-27T00:45:13Z Indexed on 2010/12/27 0:54 UTC
Read the original article Hit count: 120

Filed under:
|

I'd like to add a list of reviews of books to my Android app. Basically what I'm after is a fixed rating using the RatingBar and a ListView containing the snippet of the review for each review. Once clicked I want the list item to expand and fill with the text of the full review.

I have the content of the snippet, full text, and rating, but don't know how best to go about the layout. Any ideas are ok, I don't need full code, but I would much prefer to keep it to XML layout.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-listview