prit29 / Coders-Calendar

An android app to manage a schedule of programming contest timing of various competitive programming platforms
https://play.google.com/store/apps/details?id=com.noobsever.codingcontests
MIT License
8 stars 7 forks source link

Added Dynamic Tab layout and introduced SharedPreferences. #22

Closed ashishpatel16 closed 4 years ago

ashishpatel16 commented 4 years ago

I hope this PR solves the issues. Also, I found an alternative to sharedPreferences using StringSet. And since it uses HashSet it could help us update the checkboxes in a better way I think. Although I did not write code to update the checkboxes on Settings activity.