This is a sample Android App that allow customers to:
-
Register and open an account with initial balance
-
Login to check their balance
-
Withdraw and deposit money from their account.
First, clone the repo:
git clone https://github.com/FarzanKh/266P-Project.git
Building the bank application on Android Studio.
- Open Android Studio and select
File->Open...
or from the Android Launcher selectImport project (Eclipse ADT, Gradle, etc.)
and navigate to the root directory of your project. - Select the directory or drill in and select the file
build.gradle
in the cloned repo. - Click 'OK' to open the the project in Android Studio.
- A Gradle sync should start, but you can force a sync and build the 'app' module as needed.
Connect an Android device to your development machine.
- Select
Run -> Run 'app'
from the menu bar - Select the device you wish to run the app on and click 'OK'
https://mkyong.com/java/java-display-double-in-2-decimal-points/ https://stackoverflow.com/questions/37467492/how-to-provide-user-login-with-a-username-and-not-an-email https://stackoverflow.com/questions/14258540/how-to-write-a-sqlite-execsql-function-in-android https://www.sqlitetutorial.net/sqlite-insert/ https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html