https://github.com/axkr/symja-example
An example application to make Symja work on Android.
https://github.com/axkr/symja-example
android calculator computer-algebra symja
Last synced: 10 months ago
JSON representation
An example application to make Symja work on Android.
- Host: GitHub
- URL: https://github.com/axkr/symja-example
- Owner: axkr
- License: gpl-3.0
- Created: 2023-04-14T14:34:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T16:37:15.000Z (over 1 year ago)
- Last Synced: 2025-03-27T00:33:56.731Z (10 months ago)
- Topics: android, calculator, computer-algebra, symja
- Language: Java
- Homepage: https://discord.gg/tYknzr2qam
- Size: 5.09 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Overview
This is an Android application for [Symja computer algebra language](https://github.com/axkr/symja_android_library)
# Features
## 1. Console

## 2. Symja Pods

## 3. Documentation

# Gradle Configuration
The repositories which are used by Gradle are defined here:
- https://github.com/axkr/symja-example/blob/main/settings.gradle
The Symja snapshots, which are used by this example app, are published with a Github Maven action, which could be monitored here:
- https://github.com/axkr/symja_android_library/actions
- https://oss.sonatype.org/content/repositories/snapshots/org/matheclipse/matheclipse-core/3.0.0-SNAPSHOT/
# Building
```shell
chmod +x gradlew
./gradlew assembleDebug
```