Final Project in mobile dev class. The requirements we were given are these.
- Login:
- Consulting (Tarjeta de crédito y debito)
- Transactions by date
- Balance
- Account Statements
- Transfers:
- Our Bank
- Other Banks
- Credit
- Pay Bills
- SAT (Taxes)
- CFE (Electricity)
- SIAPA (Water)
- Purchases
- Cellphone Balance
- Credits
- Mortgage
- Payroll
- Banks:
- Show a map with all the banks and ATM in Zapopan
-
- Use threads
- All transactions can be done within an account.
Name | Assignment |
---|---|
Carlos Kassab André | Web Service and DB |
Yosu Tanamachi Sanchez | Developer |
Luis Cuevas Garcia | UI Design |
You will need Android Studio with API level 27, Visual Studio 2017+ with ASP .NET 2.2 packages, and SQL Server 2016 Express.
All the scripts necessary for the database are in the folder SQL Scripts
: just execute the Create scripts and the Insert ones so you have the test data.
You should make the necessary adjustments in the WS to the database connection and also the connection from the app to the WS.
- The phone app is pointing to the IP address where we hosted our web service: it should point to your localhost or address hosting the WS.
- The WS has the user and password hardcoded, you should probably change that to your own DB instance.
I used SQL Server 2016 Express and SQL Server Management Studio 2017.
TODO
TODO