A Simple Calculator [Android]
We are going to see how to create a simple calculator for Android platform. This is like a hello-world program and is really easy to do. Please Leave A Reply To Improve The Content Tools we need / that I used : Eclipse with All android plug-ins installed ( How to install? Ans: Here ). Android SDK with at least one platform installed (I use Android 4.0.4 ). Prior knowledge required : Well, you need to how Mark-Up language works. At least you should know what is tag and its attributes. Best way to learn, learn HTML. We use XML that doesn't differ much from HTML except for the namespaces, you use android:[attribute] = "" instead of [attribute] = "" A little java on handling the data types and simple castings. How to run apps in android phone. Just click them on the icon :P. How to recommend this tutorial to others : Click the +1 button at the end STEP I : Starting Your Project Start Eclipse and create a new project ( File -> New -> Project... ). In the ...