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

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.

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
| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
|Function Plotter | Function Plotter|Function Plotter|
|Function Plotter | Function Plotter | Function Plotter

## 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