Managing Complex Data with SharedPreferences in School ERP Apps
I’m currently working on three ERP apps for schools in a small IT company. Each app implements multiple login functionality using SharedPreferences to store user data. However, the data is quite complex, including student details, school details, and app configurations.
It is very hard for me to maintain the codebase. Sometimes the app crashes when I logged in mutliple student. I am concerned about the performance of these apps.