Skip to content

Tag: android

Java Android Studio Open Answer Quiz Execution error

I used this Youtube Tutorial: https://www.youtube.com/watch?v=AkUfACbi6BE to create an Open Answer quiz in Android Studio using Java. I followed the tutorial exactly, but when I ran the code on a device, even if I answer questions incorrectly, it says I won the game. I am not sure why it isn’t validatin…

How to detect new lines from a Json text in Java, Android

The text is received from a Json is like this: I don’t know how to detect that empty space in java/Android. I want to replace the new lines from the Json with <br/> because I’m trying to find a workaround to this problem: Android, format text from Json to HTML removes new lines and white spa…