I want to make an app that displays the information from play developer console in an easy to read way.
What procedure would be best to use to get an html file that i can scrape the info out of?
Is there a library that can simplify this proccess?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m currently trying to do this on a php website I’m developing. So far, I’ve managed to authenticate through the service, get JSON responses of various statistics, and I’m currently trying to parse them.
If you need some help/guidelines, don’t hesitate to ask me a few questions, I’d be glad to help. (I’ve been inspired by the Andlytics android app github project, in order to do this)
I know you want to do this with Android, but the mains steps are the same. I really advice that you check how Andlytics does it.
Also, I can confirm that there is no library available yet, I’ve been searching for a while before trying to do my own thing.