This repository showcases a demo Android application developed using Android Studio
. The application is a calculator app, created as an example for Android app development. The development of this application involved the use of Kotlin
and Java
libraries.
Some experimental features have been implemented, including:
- Day and Night Mode
- Item options on the Menu Bar
- Opening a new window from items in the Menu Bar
- Auto Scientific Mode on Landscape Mode
- Dialogue Box and Radio Buttons
Please note that this project is an experimental self-developed project. While developing the project, some guidance was taken from YouTube tutorials.
A demo video has also been included in the files for a quick preview.
- Android Studio
- Unzip the
Calculator_Final.rar
file or use theCalculator_Updated
folder directly. - Place the
Calculator_Updated
folder inside"/home/USER/Projects/AndroidStudio"
or open it directly from Android Studio. To open it from Android Studio, select "File" from the menu, then choose "Open" and select theCalculator_Updated
folder. - Add the
MathParser.org-mXparser.jar
library to the"Calculator_Updated -> app -> libs"
directory. - Right-click on the
libs
folder, select "Add As Library" from the menu, and click "OK".
- The project was tested on
Pixel 2 XL API 22-1440x2880 560dpi/Android 5.1 x86 (Emulator)
. It may encounter issues with different versions of Android Emulators. - Error-values are displayed as
NaN
on the calculator. - The answers are always shown as fractions by default.
Apart from these points, there are currently no known bugs. If you encounter any issues, please let me know or contact me for assistance.
Support @github/support
You can assist the project in a number of ways:
- Star the repository.
- Follow me on GitHub.
- Please share on the sites like Hacker News, Twitter, Reddit, etc.
- Report for any bugs, glitches, or errors.
These things will assist me in enhancing my upcoming projects. Thanks in advance!