Hello all, I am very new to programming and learning to build android apps is pretty much the first thing I have done.
Having got over the initial frustration of not being able to get anything to work I have made some progress on a couple of apps. Both involve an EditText for the user to enter a number, and a button which takes the number, multiplies it by another number and then changes a TextView to give the answer.
It was working perfectly until I started messing around with it and trying to make it do something useful. Now whenever I run the app I get '"app name" has stopped working' on the emulator. The version is Android 4.0.
Any help at all would be appreciated, thank you
Having got over the initial frustration of not being able to get anything to work I have made some progress on a couple of apps. Both involve an EditText for the user to enter a number, and a button which takes the number, multiplies it by another number and then changes a TextView to give the answer.
It was working perfectly until I started messing around with it and trying to make it do something useful. Now whenever I run the app I get '"app name" has stopped working' on the emulator. The version is Android 4.0.
Any help at all would be appreciated, thank you