I'm new to this Android platform, I'm going to write code for reading the JSON formatted pdf path and I need to open that pdf file in my android application.How do I code for the below problem?
The Url is like this: url://xyx.com/talentsday_toppers/Writing
JSON format is like this:
{"details"[
{"id":"3",
"talent_category":"Writing",
"date":"13\/06\/2017",
"pdf_path":".\/image\/talentsday_toppers\/Indian-States-and-Capitals-GK-in-PDF1.pdf"}]}