Skip to content

dvampofo/BankAccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Lab 4 - Bank Account

Demo

Demo gif

Summary

Assume a bank which provides services (i.e., deposit, withdraw, and transfer) to exactly three clients. Each client can be characterized by their name and numerical balance. We may want to perform one of the following kinds of transactions:

  • Deposit some amount of money to a client’s account.
  • Withdraw some amount of money from a client’s account.
  • Transfer some amount of money from a client’s account to another client’s account. Upon the completion of each transaction, the user should be informed (via an output on the mobile screen) of all three clients’ latest balances.

Installation instructions (For MAC only):

  • Create New Project (File > New > New Project): Step 1

  • Fill in the Application name; in this case "GithubDemo". Do the same with Company Domain: Step 2

  • Make sure Phone and Tablet is selected: Step 3

  • Select Empty Activity: Step 4

  • Configure activity by giving the changing the Activity name. Once the project is created, CLOSE Android Studio entirely: Step 5

  • Go to the folder where you created you the project (for me, it's on my Desktop): Step 6

  • Go to the app folder and DELETE the existing src folder: Step 7

  • Unzip the downloaded file and copy it to the src folder.

About

[L4] Simple bank account created with Android Studio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages