I want to make a synchronous call in retrofit inside an AsyncTask.
I am generating the json in php, I saw that the size is almost 900kb, I read it, and I save it in a sqlite database, then I call another json and then another. I'm a little lost, I know it's done with execute, someone please, thanks