android - List Specifically Selected app From Google Play -
i know way question 1 app
string desiredappid = "com.rovio.angrybirds"; intent = new intent(intent.action_view,uri.parse("market://details?id="+desiredappid)); startactivity(i);
but if want list (free && selected developer && release date>2011 && etc) how can implement it?
but if want list (free && selected developer && date>2011 && etc) how can implement it?
you cannot create arbitrary queries. the documentation outlines limited options: single app, apps developer, or results of keyword search. there no "date" , there no "&&".
android google-play google-play-services
No comments:
Post a Comment