This is a mobile banking application developed for Android devices using Java. The application provides users with the ability to perform various banking operations and manage their accounts conveniently from their mobile devices.
The mobile banking application offers the following features:
-
User Authentication
- Users can create an account and log in securely using their credentials.
- Passwords are securely stored using encryption techniques.
-
Account Management
- Users can view their account balance and transaction history.
- Users can transfer funds between their own accounts or to other users.
- Users can manage their beneficiary list for easy fund transfers.
- Users can request account statements and other account-related information.
-
Bill Payment
- Users can pay bills for various services such as electricity, water, etc.
- Users can add and manage billers for quick bill payments.
-
Mobile Recharge
- Users can recharge their mobile phone balance.
- Users can save their favorite mobile numbers for quick recharge.
-
Notifications
- Users receive notifications for successful transactions, bill payments, and other important account-related updates.
-
Security
- The application ensures secure communication using encryption protocols (e.g., HTTPS).
- Appropriate user authentication measures are implemented to prevent unauthorized access.
- Data is securely stored on the device and server.
- Java: Programming language used for Android application development.
- Android Studio: Integrated Development Environment (IDE) for Android development.
- XML: Markup language used for designing user interfaces.
- SQLite: Database used for storing and managing user data.
- Retrofit: HTTP client library for making API requests to the server.
- JSON: Data interchange format used for API communication.
- Gradle: Build system used for building and managing dependencies.
- Parse database
- Retrofit
- Fragment
- OOP
- State Design Pattern
Send money to another account
Send money between own accounts
Creating a bank account
Creation of credit card
Seeing the history of transactions
Change of loan amount and rate according to profession group
Loan payment
Purchase of top 25 cryptocurrencies at Current values
Storing the purchased crypto money (in this way, you can see the increase or decrease in value when you buy crypto money imaginary)
Adding and paying the invoice
Change user account settings
Admin panel
To run the mobile banking application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/Mobile-Bank-Application.git
-
Open the project in Android Studio.
-
Build and run the application on an Android emulator or a physical device.
Contributions to the mobile banking application are welcome! If you would like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message"
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a pull request to the main repository, describing your changes and the purpose of the pull request.
This mobile banking application is open-source and is licensed under the MIT License
For any inquiries or feedback, please contact the development team at evansachie01@gmail.com
Feel free to update and customize this README file according to your specific project requirements and add relevant sections such as architecture, installation instructions, screenshots, etc.