I do have read how to make custom rating bar from here. But I want to make rating bar that retrieve image from the server.
Does it possible ? How ?
As you have referred the answer here, If that is your way then it's not possible cause you can not put a file in a Drawable folder at runtime, as R.java file is generated at compile time.
it may be not the exact but definitely serve for your purpose with slight add on codes .
Here is the sample code
You can use your own image from server in setStars . All you need to do is to convert your image from server into a drawable
Here is the gradle
For a detailed explanation and updated version use this github-link
Please give it a try and let me know your comments