Raghuvorkady / MAD-LAB-Programs

This repository contains Mobile Application Development (MAD) LAB Programs for 6th Sem (VTU 2018 Scheme)
https://raghuvorkady.github.io/MAD-LAB-Programs/
27 stars 26 forks source link

Mathematical Expression issue #1

Open Raghuvorkady opened 3 years ago

Raghuvorkady commented 3 years ago

Mathematical expressions like a+b+c are not yet computable in SimpleCalculator app.

Currently, the app supports:

CaolanCode commented 3 years ago

I will work on this.

CaolanCode commented 3 years ago

Hello, Which file is the program in to test the file? I am new to contributing on github.

Raghuvorkady commented 3 years ago

Hi CaolanCode, The code is written in MainActivity.java

CaolanCode commented 3 years ago

Thanks do you want app to input an infinite number of integers or would you like it to input three?

Raghuvorkady commented 3 years ago

If the solution for infinity input is feasible, then you can go for it 👍

CaolanCode commented 3 years ago

How can you run the code to find bugs? It is warning that the code can't be debugged as there is no main method?

Raghuvorkady commented 3 years ago

You need have Android studio for running the project, you cannot just simply run this java file, because in native android development, it doesn't use main().