This repository contains Android Java projects developed as part of the Master M2I & MQL course.
- Full CRUD Project with a good UX, stored in a DataBase using SQLite
Do-It-List
- You can add a Task, swipe to left to delete it, swipe to right to edit it and check it to change its status from done/undone, all will be stored in db.
- Implements an interface to verify a person's age.
- Provides buttons to check age and exit the application.
- Develops an Android application named "Convertisseur."
- Converts Euro, US Dollar, and Canadian Dollar to Dirham Marocain.
- Conversion rates:
- 1 Dollar Américain = 9.86 Dirham Marocain
- 1 Dollar Canadian = 7.03 Dirham Marocain
- 1 Euro = 11.02 Dirham Marocain
- Allows the user to perform addition, subtraction, multiplication, or division of two integers.
- Includes a user interface for input and operation selection.
- Designs or user interface for both functionalities, can be found on
calculatrice-login-layouts
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
If you encounter any issues or have suggestions, please open an issue on the Issues page.
Thank you for exploring! 🚀
This project is licensed under the MIT License - see the LICENSE file for details.