Archive

Posts Tagged ‘android programming’

Creating A layout.xml For Calculator Layout Design | CalculatorPlus

May 10, 2012 1 comment

We are done creating the layout.xml file for the calculator design, it was a tough one because I was forced to read the design documentation and the design techniques in order the come up with  what design  we want. The important thing that we did was the android:layout_width="fill_parent" because its the thing that makes the row and column to be even and no overlapping between the buttons.

Kudos to the internet of course especially StackOverFlow.

After all the necessary feature of the program is done I’m gonna upload all the codes for the community. Oh and btw that Button H there is the unique feature of it.  We will be implementing it in the future.

In a few weeks we will be coding the Calculator.java it is where all the Java codes will be added and the functions that will make the program a workable piece of awesomeness.

loso!