Class Design - WitsUpWesley/WitsUp GitHub Wiki

Every single activity that is created (logIn, Homescreen, Enrollement Screen) each have their own class associated with them. In each class there are methods which can contain changing the view of the screen, calling a php query or checking authentication for example. So each class is responsible for one aspect of the project (ie one activity), which then calls another class if a certain event happens like a button is pressed or a course is clicked which will open a new activity.(See Design for detailed activity)