I want to parse website using retrofit, but I don't know how to create POJO. And I don't have a json.
http://vuzopedia.ru/vuz/
This is the website where I want to parse information.
I want to parse website using retrofit, but I don't know how to create POJO. And I don't have a json.
http://vuzopedia.ru/vuz/
This is the website where I want to parse information.
if your website does not have an API or anyway to get JSON data then you should consider Web Scraping. You cant make POJO/Models without JSON Data