Rate Me Illegal State Exception
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 ex
Solution 1:
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:
http://developer.android.com/intl/es/guide/components/fragments.html#Creating
Post a Comment for "Rate Me Illegal State Exception"