Find out how to build a native Android banking app that is functional and secure. Screenshots are disabled within this app to improve security and maintain user confidentiality. Author Melvin Kisten tackle authentication, check balance, transfer and payment functions. We are making use of SQLite for demo purposes, however you are recommended to switch to something like MySQL or Redis for a database, using Java and SQL, and for the front end, XML.
-
Methodologies/Project Management:
- Agile
-
Coding Practices:
- MVC (Model View Controller)
- OOP (Object Oriented Programming)
-
Programming Languages:
- Java
- SQL
- XML (Not really a programming language)
database :
username :
password :
username :
password :
username :
password :
-
Work in progress...
-
Make sure you have these installed
-
Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
> git clone https://github.com/iammelvink/CoronaBank.git
-
Run XAMPP and create the database 'template-repo'
-
Import database tables from template-repo\db\template-repo.sql
-
Copy cloned repo to C:\xampp\htdocs\
-
Open your browser and type 127.0.0.1
-
Enjoy!
Check out some other stuff on Melvin K.