It is possible to parse some information from the apk file using a tool as mentioned here:
How to parse the AndroidManifest.xml file inside an .apk package
My requirement is to parse information like Application name,description, image urls from a link like :
market://details?id=com.replica.replicaisland
Is there any standard way to parse this information without having the apk file ?
is there any RSS feed available based on the identifier "com.replica.replicaisland" ?