Hello guys I started developing Android application (trying to) for last couple days. I am at a very beggiing stage and did some tutorials and made them work and somewhat understand the language. What I'm trying to do right now is build my own app from scratch. Im making a very simple multiplication app. But i can't seem to make it work right.
ok so here it goes. Im trying to make first text area to be multiplied by second text area and the result to show on a different layout page in text area. I got a button "calculate". By using some of the code from other tutorials i did, I managed to make it multiply but only with a radio button present to set it as multiplication :/ any suggestions? or tutorials that show how to making it multiply? Appreciate your help!