I want to create an activity with four columns. The first column would be automatically filled with the names of the products (from database) and the other three with rating bars.
Example:
NAME | PRICE|DESIGN| COMPANY
product1 | rtb1 | rtb2 | rtb3
product2 | rtb1 | rtb2 | rtb3
product3 | rtb1 | rtb2 | rtb3
product4 | rtb1 | rtb2 | rtb3
product5 | rtb1 | rtb2 | rtb3
When I click on a rating bar a new activity will begin contaning 5 rating bars (subcategories) the sum of which will be shown at the "mother" ratingbar of my primary acrivity.
I just want to know which is the best posible way to develop this. Thanks...