My Course class has 4 fields :
String name;
String startHour
String startEnd
String day
I need to save objects of this class and load it every time the user starts the application with the saved objects. In addition, the user can add or delete objects (that is , add/remove courses).
What's the best way to do it ? SharedPrefernces ? JSon ?