coldstar96 / cse403

Budget Manager Project
1 stars 2 forks source link

Split AddEntryActivity #146

Closed grablair closed 11 years ago

grablair commented 11 years ago

This pull request splits up the AddEntryActivity into two separate classes: AddEntryActivty and EditEntryActivity. They are both a subclass of the new AbstractEntryEditorActivity, which holds the shared code between the two.

Essentially a refactor of AddEntryActivity. Changes no functionality. Splits up what used to be one super-entry class into two simpler, easier-to-understand and read classes.

brucec5 commented 11 years ago

Alright, things look good! Way cleaner than before. So stylish. So functional.

Good to go!