Is anyone else finding R coding in the Android app to be buggy?
Sometimes, when I look at my code vs the "hint" code, they look identical, but my code doesn't pass the tests. If I change the layout of my code to emulate the exact position of linebreaks, etc. sometimes that's enough to "fix" it, e.g. in one exercise I moved ELSE to follow immediately after the closing curly brace of the IF statement, instead of having ELSE on a new line - suddenly my code passed! I think it's something to do with the way the Android app is doing spaces / indents / line breaks. There was another piece of code that I couldn't get to pass at all on the app, so I saved it and exited, then opened up SoloLearn in a web browser on my PC. When I opened the same activity, I could see line breaks in odd places, most importantly part way through setting a parameter, which would obviously cause problems. On the app, to be clear, there were NO line breaks in these locations! When I fixed the layout on the PC, it passed the tests just fine.