I want to create an Android App that can download all available images of in-game screenshots posted on Angry Birds or any app's Google Play Store page. How can I go about it?
I have tried using this API (https://code.google.com/p/android-market-api/), but I was hoping for better alternatives(the creator of the API had warned that with each new release of Google's SDK, the API may not work properly).
If there is no API readily available, then maybe some broad guidelines?
Do I use a Java based web page crawler and adapt it to Android code or an API like JavaHTMLEditor? In this example (http://www.compiletimeerror.com/2013/08/java-downloadextract-all-images-from.html#.VFPe3_nF8WI) the program uses JavaHTMLEditor to pull all images from an HTML webpage, but I'm not sure it will work in Google Play store app pages.
Any kind of advice would be greatly appreciated!!