B4A Library RateView

Hi again.
today i can create two library for my friend.
this library help you to use Ratingbar view in your project
unfortunately basic4android not support ratingbar view
but with this library can add rating view to layout
this library need to res folder that i place inside project
attachment have sample
Download library from Here
 

MarcoRome

Expert
Licensed User
Longtime User
Thank you for share this Library.
I like a lot this work but i have to you...

A few question:

1. Why "GetRate return Int" and "SetRate is possible work with Float Value" ??
This is important that i can put float value example 3.3 but it is equally important that it can read the float value

2. If you see this picture with rate.SetRate(1) work good, if you set 2 you see 2 and few ;), if you set 3 you see 3.2 more or less, if you set 4 you see 4.4 and so.... ( maybe is little bug )

upload_2014-12-7_18-32-55.png


3. Is possibile set in panel 4 or 5 stars ??
Example i want that in panel i see only 5 stars ( now i see 5,5 Stars )

Thank you
Marco
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Thank you for share this Library.
I like a lot this work but i have to you...

A few question:

1. Why "GetRate return Int" and "SetRate is possible work with Float Value" ??
This is important that i can put float value example 3.3 but it is equally important that it can read the float value

2. If you see this picture with rate.SetRate(1) work good, if you set 2 you see 2 and few ;), if you set 3 you see 3.2 more or less, if you set 4 you see 4.4 and so.... ( maybe is little bug )

View attachment 29943

3. Is possibile set in panel 4 or 5 stars ??
Example i want that in panel i see only 5 stars ( now i see 5,5 Stars )

Thank you
Marco
Oh my God,it's very very big teribble bug
i solve bugs
you can resize panel for show 3 or 4 or 5 star
 

shubas

Member
Licensed User
Longtime User
Hi - is there any other link to the library? The link on post #1 opens a page full of ads and cannot determine where to click to download (and the pages shows up in Arabic for me).
 
Top