Home > Mobile >  Use calculator-online.org calculation result in my app [closed]
Use calculator-online.org calculation result in my app [closed]

Time:09-24

How I can use this site result in my android app? I want send math expression to this site get answer in my app and display result to user?

CodePudding user response:

You can actually code the relevant site as the required function. But if you want to use it, you can use it as a WebView and capture data about jsoup.

  • Related