Skip to content

walidbosso/Android_Java_Projects

Repository files navigation

Android_Java_Projects

GitHub WidgetBox


Android Java Projects

This repository contains Android Java projects developed as part of the Master M2I & MQL course.

Projects:

1. To do list using SQLIite

  • 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.

2. Age Verification App

  • Implements an interface to verify a person's age.
  • Provides buttons to check age and exit the application.

3. Currency Converter App

  • 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

4. Calculator App

  • Allows the user to perform addition, subtraction, multiplication, or division of two integers.
  • Includes a user interface for input and operation selection.

5. Calculator App and login User Interfaces

  • Designs or user interface for both functionalities, can be found on calculatrice-login-layouts

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Issues

If you encounter any issues or have suggestions, please open an issue on the Issues page.

Thank you for exploring! 🚀

License

This project is licensed under the MIT License - see the LICENSE file for details.


 
© by Walid BOUSSOU  🇲🇦 😄
 


👏 Thanks for the support

Stargazers

Stargazers repo roster for @walidbosso/Android_Java_Projects

Forkers

Forkers repo roster for @walidbosso/Android_Java_Projects

Contributors



GitHub last commit (by committer)

GitHub License

𝚂𝚑𝚘𝚠 𝚜𝚘𝚖𝚎 💙 𝚋𝚢 𝚜𝚝𝚊𝚛𝚛𝚒𝚗𝚐 ⭐ 𝚝𝚑𝚎 𝚛𝚎𝚙𝚘𝚜𝚒𝚝𝚘𝚛𝚢!


Back to top