Having trouble implementing RecyclerView in Fragment after saving Arryaylist into json as shared preferences
I am having trouble displaying the fragment nothing showed up in my activity. My goal is to save the sharedpreference as gson since arraylist cannot be saved into sharedpreference and then use gson to display the arraylist in recyclerview in fragments