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.
-
Fill in the Application name; in this case "GithubDemo". Do the same with Company Domain:
-
Configure activity by giving the changing the Activity name. Once the project is created, CLOSE Android Studio entirely:
-
Go to the folder where you created you the project (for me, it's on my Desktop):
-
Unzip the downloaded file and copy it to the src folder.







