posted 9 years ago
I do make a quiz app for Android. I parse JSON datas and have them written to radio group with radiobuttons. I could not exactly calculate the score. I tried to write a isRightAnswer method but even so, when i call the method the app crashes. trueResult is my score variable. The matter is mostly about the last part of the don't waste time with parsing part upside.
I wonder if this expression is wrong?
Or this?
Here is my QuizActiviyAdjectives class.
If someone can write me the snippet or tips for the solution would be awesome. Thanks in advance.