In my android app, I have to ask the user to rate it (stars icon, 4 stars). If a user rates 2 stars, I need to convert it as value 2(int type) and store it at back-end (Salesforce).
And also while displaying the summary, I need to get the int value and display as 1,2,3 or 4 stars.
How do I approach this task?
Any help with code or suggestion is appreciated.
Thanks.