Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging Branch #29

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Debugging Branch #29

wants to merge 9 commits into from

Commits on Dec 12, 2022

  1. According to the Lab sheet I have implemented following classes.

    >>PersistentAccountDAO.java
    >>PersistentTransactionDAO.java
    >>PersistentExpenseManager.java
    
    Other than these 3 classes I have created a class to help manage my Database
    >>DatabaseHelper.java
    
    Using these classes I have changed SimpleExpenseManager to have a persistent storage.
    SavixDR committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1117bde View commit details
    Browse the repository at this point in the history
  2. Delete BuildConfig.java

    SavixDR committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    16be7a9 View commit details
    Browse the repository at this point in the history
  3. Delete BuildConfig.java

    SavixDR committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    058ceed View commit details
    Browse the repository at this point in the history
  4. Delete DatabaseHelper.java

    SavixDR committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    12fc5c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87605a8 View commit details
    Browse the repository at this point in the history
  6. Update MainActivity.java

    SavixDR committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8d9168e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1863d7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91c3f3c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. DatabaseHelper.java made singleton

    Some Errors Fixed.
    SavixDR committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5830de1 View commit details
    Browse the repository at this point in the history