ScrollView scroll = (ScrollView) findViewById(R.id.addresses_scroll);
scroll.setFocusableInTouchMode(true);
scroll.setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS);
▼
How to scroll to top of long ScrollView layout?
How to Change Image of Rating Bar from Server in android?
it 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
|