Issue #19 100 - Swipe view for controller fragment and base calculator fragment
Issue #10 100 - Sanity Check for user Inputs
Issue #13 300 - SparkJava Backend
Issue #31 50 - Splash Screen Landscape
Issue #30 50 - Remove old classes and layouts that are no longer used in the application
Issue #32 100 - Make base converter able to accept negative numbers and convert them to proper signed magnitude
Issue #34 100 - Fix logic of base calculator as it is not outputting the correct result
Example: Adding decimal 2 and binary 10 should equal decimal 4 but outputs decimal 12
Issue #36 50 - At score report page, change "Use calculator" button to navigate to base calculator rather than old expression calculator
Issue #38 100 per activity test - Add more activity tests.
Refer to baseCalculatorTest as an example. Look at comments to learn how to run
Issue #40 50 - Base calculator allow input of a-f for hex
Issue #39 75 - Learning Android Framework and understanding how android applications work
Tutorial Option - Documentation in the app that teaches how to convert to different bases
Issue #37 50 - Create new activity for "Tutorial", create new button on main menu and link to tutorial activity
Issue #35 50 - Design activity with list of buttons to lead to different tutorials
Issue #33 100 - Create actual tutorial activities to convert different bases
Example: Tutorial for dec->bin and bin->dec in same activity