Skip to content Skip to sidebar Skip to footer

I Am Getting Error When I Use Fragment,tabspager In Android Java File

I have created 3 fragment java files and used TabsPager file to swipe the fragments. Now I added working code on StoreHomeFragment.java code added to storehomefragment is collectio

Solution 1:

Check if StoreHomeFragment extends Fragment and, if you use the support library, check your class imports because Fragment class is also contained in support library. Pratically you have to import the same Fragment class that you use in StoreGenreFragment or StoreStepFragment


Post a Comment for "I Am Getting Error When I Use Fragment,tabspager In Android Java File"