https://github.com/amrhossamdev/function-plotter-android-app
📈 Function Plotter: An Android app that graphs functions! 🧮 Input minimum and maximum x-values, and watch it plot the graph for you.
https://github.com/amrhossamdev/function-plotter-android-app
android kotlin kotlin-coroutines mvvm mvvm-architecture native-apps
Last synced: about 1 month ago
JSON representation
📈 Function Plotter: An Android app that graphs functions! 🧮 Input minimum and maximum x-values, and watch it plot the graph for you.
- Host: GitHub
- URL: https://github.com/amrhossamdev/function-plotter-android-app
- Owner: amrhossamdev
- Created: 2022-05-06T19:05:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T03:23:43.000Z (about 4 years ago)
- Last Synced: 2025-01-22T10:44:32.901Z (over 1 year ago)
- Topics: android, kotlin, kotlin-coroutines, mvvm, mvvm-architecture, native-apps
- Language: Kotlin
- Homepage:
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Function Plotter Android App
=============================
Function Plotter is an android app that plots functions the app takes minumum and maximum values for x and plot it as a graph
## Screenshots
| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
|
|
|
|
|
|
| 
## Technologies
- Native Android Development
- Kotlin
- MVVM
- Kotlin Coroutines
## Running Project
First, clone the repo:
`git clone git@github.com:amrhossamdev/Function-Plotter-Android-App.git`
## Android Studio
* Open Android Studio and select `File->Open...` or from the Android Launcher select `Import project (Eclipse ADT, Gradle, etc.)` and navigate to the root directory of your project.
* Select the directory or drill in and select the file `build.gradle` in the cloned repo.
* Click 'OK' to open the the project in Android Studio.
* A Gradle sync should start, but you can force a sync and build the 'app' module as needed.
## Running the Function Plotter Android App
Connect an Android device to your development machine.
## Android Studio
* Select `Run -> Run 'app'` (or `Debug 'app'`) from the menu bar
* Select the device you wish to run the app on and click 'OK'
## Download APK
- Click here to Download APK