Posts by Jonatha • 21 points
1 post
-
2
votes1
answer96
viewsQ: Unable to create an instance of the android studio class
public class HomeFragment extends Fragment { private RecyclerView categoryRecyclerView; private CategoryAdapter categoryAdapter; private HomeViewModel homeViewModel; public View…