There is a json file:
{ "easy": [ { "question": "Первый вторник месяца...", "tip": "Почему тот мес...", "answer": "Поскольку Митя..." } ] } You need to parse this file and scatter the data from it into the appropriate TextView .
I would be very happy if you would put everything in steps (I am a beginner and it is difficult for me to understand the monolithic code).