Hello folks, need some help with a program I am trying to make in android
I hate programming so my skills are pretty null in it.
Anyways the App in question is a very basic app which converts kilometres to miles
So my GUI atm contains two text boxes, one to input kilometres, and the other to output the result as miles
I have a button called convert which when pressed I guess should have an on click listener, take the value from box 1 and multiply it by 1.6 and output it in the 2nd text box.
It's really simple only that I am crap at programming. if anyone has any pointers they could give me to implementing this it would be great. cheers.
I hate programming so my skills are pretty null in it.
Anyways the App in question is a very basic app which converts kilometres to miles
So my GUI atm contains two text boxes, one to input kilometres, and the other to output the result as miles
I have a button called convert which when pressed I guess should have an on click listener, take the value from box 1 and multiply it by 1.6 and output it in the 2nd text box.
It's really simple only that I am crap at programming. if anyone has any pointers they could give me to implementing this it would be great. cheers.