I want the button called "More Apps" to access my list of apps on the play store . This is the page link :
https://play.google.com/store/apps/developer?id=Jouni
??
|
I want the button called "More Apps" to access my list of apps on the play store . This is the page link : https://play.google.com/store/apps/developer?id=Jouni ?? |
|||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Do this in your button OnClick
|
|||||||
|
|
Launch Google Play Store works fine with some Market URI:
where uris can be
But it's not working when you want to launch it on the welcome page , i.e., when you just want to Launch Google Play Store whitout specifying an app id or perform a query. So I came up with this solution which also handles the case where 'market://' uris can't be processed by any app. In this case, use Web browser as a fall-back. This solution is not the best, but it does the job.
|
|||
|
|