Working on Rate me function ..
getting problem in this ...
i have wrote Rate me function code in a Fragment That is named as RateUss...
But the problem is that i dont have an
You are returning the container in onCreateView which is wrong. You have to create the fragment view and return that, maybe inflating some xml, or return null if fragment doesn't have ui. I reccomend to read this: