简体   繁体   中英

How i can breakdown rating bar in android studio

I am making an android app in which I am giving a rating to a product. Ratings are displayed as per the below.

在此处输入图片说明

How can I design ratings like this? I am facing problems in how I can break down the rating as is shown in the above image. How I can breakdown rating in a horizontal line and then show a star there.

Please provide me with a guide me about this. I am new to this rating bar in android.

Thank you in advance

the rating breakdown image you given here is made with different custom controls. I think you can use separate image for every star and show rating from database that how many person give 5 star,4 star,3 star,2 star,1 star. it's simple

You can use something called "Horizontal Progress Bar" which is provided by Android. Here you need to use 5 horizontal progress bars. Please look into the link below:

https://android--code.blogspot.com/2015/08/android-progressbar-horizontal-example.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM