The stock android calculator app will process terms such as ‘(1-0.66)*100’ to produce the result 34.
I want to use this term-processing ability to return a computed result to my app.
Has anyone any experience with this approach?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Doesn’t look like you can count on getting data back from the stock Android calculator application.
Look at the answer provided in this StackOverflow question for more information.
Get Back Result from Android native Calculator