Unable to instantiate fragment make sure class name exists, is public, and has an empty constructor that is public
Is it because my Fr
The inner class constructor must be pass in an instance of the outer class. so it is said the compiler cannot find the constructor which has no parameter. so it should be put into static of other java file.