0

I want to launch playstore from my application with different parameter. Below are the list of things which I want to do from my application.

Show top free Games in playstore
Show Playstore categories
Show top paid apps in playstore ... etc etc

Is there a way I can do this? I have tried looking for it but found nothing.

TheGraduateGuy
  • 1,450
  • 1
  • 13
  • 35

2 Answers2

0

There are many unofficial api's to retrieve playstore data. First one This you can use in server side also

Another for searching top apps

Hope you will get the solution for your problem in one of the link

Praveena
  • 6,340
  • 2
  • 40
  • 53
  • Can i do it without using any third party app? Does google or playstore provide any such thing? – TheGraduateGuy Oct 21 '14 at 10:47
  • Check out this link once http://stackoverflow.com/questions/11753000/how-to-open-the-google-play-store-directly-from-my-android-application – Praveena Oct 21 '14 at 11:05
0

I got the answer for first and third. Only for second I did not find solution. Below is the link. Need to start intent by setting data provided in link.

http://developer.android.com/distribute/tools/promote/linking.html#OpeningPublisher

TheGraduateGuy
  • 1,450
  • 1
  • 13
  • 35