An open API service indexing awesome lists of open source software.

https://github.com/nadimnesar/livecalc

Discover my personal project—a fully functional scientific calculator developed in Java within Android Studio. Utilizing MathParser.org's mXparser v4.4.0, this project offers advanced mathematical capabilities for Android app development enthusiasts.
https://github.com/nadimnesar/livecalc

android-app android-studio calculator java mxparser-library xml

Last synced: 8 months ago
JSON representation

Discover my personal project—a fully functional scientific calculator developed in Java within Android Studio. Utilizing MathParser.org's mXparser v4.4.0, this project offers advanced mathematical capabilities for Android app development enthusiasts.

Awesome Lists containing this project

README

          

# liveCalc - Scientific Calculator

Welcome to my Scientific Calculator App project! This Android Studio project is a fully functional scientific calculator built in Java, leveraging the capabilities of MathParser.org's mXparser v4.4.0 library.

## Features

- Arithmetic operations (addition, subtraction, multiplication, division)
- Advanced mathematical functions (trigonometric, logarithmic, exponential, modular, LCM, GCD, square root, factorial and more...)
- Support for parentheses and mathematical expressions
- User-friendly interface for easy input and output
- Responsive Design.

## Screenshots



## Getting Started

To get started with this project, follow these steps:

1. Clone or download the repository to your local machine.
2. Open the project in Android Studio.
3. Build and run the project on an Android emulator or physical device.

Also available apk file in the release section.

## Dependencies

This project relies on the following dependencies:

- MathParser.org's mXparser v4.4.0: [GitHub](https://github.com/mariuszgromada/MathParser.org-mXparser)
- This library provides advanced mathematical parsing and evaluation capabilities.

## Usage

Simply launch the app on your Android device and start performing calculations! Enter mathematical expressions using the keypad and see the results instantly.

## Contributing

Contributions to this project are welcome! Feel free to submit pull requests or open issues for any suggestions, bug fixes, or enhancements.

## License

This project is licensed under the [MIT License](LICENSE).

## Acknowledgements

- Thanks to MathParser.org for providing the mXparser library.
- Special thanks to [Android Studio](https://developer.android.com/studio) for providing a robust development environment.