I want to show 3 fragments in my Activity and load data from json in any fragments! I need to show website d
fragments
Activity
json
you can save the origin JsonObject to SharedPreference with toString() method. When offline, read the String from SharedPreference and then recreate JsonObject with that String, and process it as you just get it from the server
JsonObject
SharedPreference
toString()