Pay Secure is an Android application designed to help users manage their income and expenses efficiently. The app features biometric authentication for security and offers various functionalities to track financial transactions.
- Biometric Authentication: Secure access to the app using Fingerprint or PIN.
- Transaction Management: Add, view, and manage income and expense transactions.
- Statistics: Analyze spending and income patterns through visual representations.
- User-Friendly Interface: Intuitive design with easy navigation through various features.
- Programming Language: Java
- Android SDK: For building the Android application
- Architecture: MVVM (Model-View-ViewModel)
- Biometric Authentication: Using Android's Biometric API
- Backend: JAVA, MongoDB
- Database: Realm
- Room Database: For local data storage
- Clone the repository:
git clone https://github.com/raghavg2004/Pay-Secure-Android-Application.git
- Open the project in Android Studio.
- Sync the Gradle files.
- Run the app on an Android emulator or physical device.
- Upon launching the app, users can authenticate using their fingerprint or PIN.
- Users can add transactions by specifying the amount, category, and type (income or expense).
- The app provides a summary of all transactions and visual statistics for better financial management.
- Copy the above code.
- Paste it into a new file called
README.md
in the root directory of your project. - Customize the placeholders (
yourusername
,yourprofile
, etc.) with your actual GitHub username and relevant links. - Save the file and commit it to your repository.
This README provides a comprehensive overview of your project, making it easy for others to understand its purpose and how to contribute. Feel free to modify any section as needed!
This project is licensed under the MIT License - see the LICENSE file for details.