Fixed various things and added most features everyone suggested here and still working on some more advanced features but still there is a lot of work to do and haven’t slept from past two nights thinking and developing it btw I just wanted to ask everyone do you need a scientific calculator added as well in , this one
Tell me if you use it because I don’t use it often so I don’t know whether I should add it or not
Rapid calculation didn’t work, example: 1+1+1+1,5+5÷1,1+1×2 without clicking the equal button, it will be great to see
Yes I also noticed that and I am working on it since past few days it is the only thing that is causing delay in next update because current logic I am using doesn’t support this kind of calculation, so in order to implement it, I need to change the complete base and calculation logic of app and till I find a way to handle this type of calculations smoothly like most calculators I request everyone to “ keep calm and love SmartCalc ”
Thanx
Next update will take some more time because I am working on some other things as well BTW here’s a sneak peek of my new app
any guess what it is ?
I guess exponentiation.
The waves in the pic shows speech to text ??? Is it???
Average calculating of multiple numbers?
@Robert SmartDecibels - Simple and Powerful - #8 by Koder1331 , (sorry if you don’t recognise it because I changed it’s UI due to some issues )
Working on next update … and other things as well (as usual) here’s another thing I am working it will be awesome and just finished designing UI and started koding it any guess what it is (early development image final UI will be much better)
v2.0 is here with all bugs fixed (from previous version) and some other amazing features added, try it and tell me your feedback
If I hit C after all characters have been removed I get:
Feature Request:
Clear All button(Currently C only removes the very last character)
You are great at designing images for your application
Yes, I Know that, don’t know why it happens I tried to fix it by various methods but none of them worked(if some one can help me with this I will be very helpful)
It proves that no one reads description
I know that
I think you are using length of text to remove last character.
It will give you -1 if text is empty.
So use an if then else condition and if text is not empty then ------
I am using same logic
Then the problem can be in segment text block.
This post was flagged by the community and is temporarily hidden.
I think the problem is in if then condition.
Set operator to or
because and
operator will return true only if both conditions are true while it is opposite with or operator.