Tags: Android Studio, Git/GitHub, Java, Mobile App, SQLite Database
This is an overview of the scientific HASSIBA
mobile application, developed using Android Studio and Java. The app features advanced math operations such as sin
, cos
, log
, and ln
, and includes a History
function to track all calculations.
Parenthesis Handling: Supports the correct use of parentheses in mathematical operations.
History Integration: Maintains a record of all calculations.
- Developed by: Mouaad ELHANSALI
- Supervised by: Pr. Hassan ZILI
- GitHub Repository: Scientific Calculator
Android Studio: The official IDE for Android app development, offering features that boost productivity, based on the IntelliJ IDEA platform.
Java: A class-based, object-oriented programming language designed for minimal implementation dependencies.
SQLite: An open-source, lightweight database integrated into Android, requiring no server to run, ideal for mobile applications.
- Git: A free and open-source distributed version control system that handles projects of all sizes efficiently.
- GitHub: A cloud-based Git repository hosting service that facilitates version control and collaboration.