Description: Learning android, many people are writing the calculator from the beginning, I was no exception, some time ago I also wrote a version of an android calculator that can evaluate expressions with parentheses.
To Search:
File list (Check if you may need any files):
Mycalculator
............\.classpath
............\.project
............\AndroidManifest.xml
............\assets
............\gen
............\...\com
............\...\...\fire
............\...\...\....\mycalculator
............\...\...\....\............\BuildConfig.java
............\...\...\....\............\R.java
............\ic_launcher-web.png
............\libs
............\....\android-support-v4.jar
............\proguard-project.txt
............\project.properties
............\res
............\...\drawable
............\...\drawable-hdpi
............\...\.............\ic_launcher.png
............\...\drawable-ldpi
............\...\drawable-mdpi
............\...\.............\ic_launcher.png
............\...\........\black.xml
............\...\........\black_c.xml
............\...\........\blue.xml
............\...\........\blue_c.xml
............\...\........\funclk.xml
............\...\........\numclk.xml
............\...\layout
............\...\......\activity_main.xml
............\...\menu
............\...\....\main.xml
............\...\values
............\...\......\dimens.xml
............\...\......\strings.xml
............\...\......\styles.xml
............\src
............\...\com
............\...\...\fire
............\...\...\....\mycalculator
............\...\...\....\............\MainActivity.java
............\...\...\....\utils
............\...\...\....\.....\Tools.java