I am developing a programmable calculator in android.I am getting user input in the form of charsequence which i then convert into string. But before i can put them in the stack i must check whether the input is an integer or a sign.
I am basically from a C++ background. So i am having issues finding the right functions to do the job. Any help would be appreciated.