GithubHelp home page GithubHelp logo

vrcse1519 / android-expr-eval Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gianluca-nitti/android-expr-eval

0.0 1.0 0.0 202 KB

Android application to solve math expressions

License: MIT License

Java 100.00%

android-expr-eval's Introduction

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

android-expr-eval's People

Contributors

gianluca-nitti avatar afmachado avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.