All Projects → gianluca-nitti → android-expr-eval

gianluca-nitti / android-expr-eval

Licence: MIT license
Android application to solve math expressions

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-expr-eval

react-native-math-view
Math view for react native! No WebView!
Stars: ✭ 49 (+188.24%)
Mutual labels:  math, math-expressions
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-23.53%)
Mutual labels:  math, math-expressions
Upsurge
Multi-dimensional Swift math
Stars: ✭ 180 (+958.82%)
Mutual labels:  math
maskmath
An Explorable Essay on How Masks Can End COVID-19
Stars: ✭ 109 (+541.18%)
Mutual labels:  math
react-katex
Display math in TeX with KaTeX and ReactJS
Stars: ✭ 135 (+694.12%)
Mutual labels:  math
perl-scripts
A nice collection of day-to-day Perl scripts.
Stars: ✭ 92 (+441.18%)
Mutual labels:  math
ScoreCardModel
Score card model for Credit Scoring System.
Stars: ✭ 105 (+517.65%)
Mutual labels:  math
langtons-ant
Langton’s Ant macOS screen saver written in Swift
Stars: ✭ 12 (-29.41%)
Mutual labels:  math
trac-nghiem-online
Xây dựng hệ thống trắc nghiệm online cho các trường THCS, THPT một cách nhanh chóng và dễ dàng. Không cần phải là lập trình viên
Stars: ✭ 64 (+276.47%)
Mutual labels:  math
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+376.47%)
Mutual labels:  math
asciimath-rs
Mathematical expression parser and evaluator
Stars: ✭ 16 (-5.88%)
Mutual labels:  math
class
Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
Stars: ✭ 54 (+217.65%)
Mutual labels:  math
VSCode-LaTeX-Inkscape
✍️ A way to integrate LaTeX, VS Code, and Inkscape in macOS
Stars: ✭ 62 (+264.71%)
Mutual labels:  math
java.math.expression.parser
java math expression parser is faster than JEP
Stars: ✭ 25 (+47.06%)
Mutual labels:  math
VsTeXCommentsExtension
TeX comments rendering inside Visual Studio.
Stars: ✭ 48 (+182.35%)
Mutual labels:  math
Understanding-Analysis-Abbott-Solutions
Unofficial solutions to Understanding Analysis by Stephen Abbott (1st Edition)
Stars: ✭ 85 (+400%)
Mutual labels:  math
alokmenghrajani.github.com
Alok Menghrajani's Blog
Stars: ✭ 64 (+276.47%)
Mutual labels:  math
abacus
📐 C# cross precision 3D maths library.
Stars: ✭ 35 (+105.88%)
Mutual labels:  math
BigFraction
Java class that represents a fraction as a ratio of two BigIntegers, reduced to lowest terms.
Stars: ✭ 35 (+105.88%)
Mutual labels:  math
vector-math
Shader-math in haxe: library for GLSL vector operations, complete with swizzles and all
Stars: ✭ 30 (+76.47%)
Mutual labels:  math

android-expr-eval

Android application to solve math expressions. Based on java-expr-eval.

New features

Now supports ACTION_PROCESS_TEXT intent on Android 6.0+, i.e. you can evaluate an expression from any application using ExprEval and replace it with the result. See this animation for an example:

ACTION_PROCESS_TEXT example

A custom intent is also available: you can use startActivityForResult() with com.github.gianlucanitti.expreval.ACTION_EVAL Intent to have an expression evaluated. You have to putExtra() the expression with "expression" as the extra name, and the result will be returned in an extra named "result".

This feature was proposed in issue #1.

Download/compile

See the releases page for prebuilt APK. To build from source, clone the repository, make sure you have the Android SDK installed (and you have the ANDROID_HOME environment variable correctly set), and run

./gradlew assembleRelease

(you may need to chmod +x gradlew it if it's not already executable).

Contributed translations

Screenshots (Imgur album)

Main activity Context dialog New variable dialog New function dialog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].