使用应用程序在市场上对其进行评级
我目前正在 Android 中开发一个应用程序,我想为用户提供一些功能来评价当前的应用程序。 他们将是一个按钮,单击它会询问用户是否要对应用程序进行评分?如果是,将进入设备上的市场应用程序以对应用程序进行评级 (市场应该显示此应用程序。)否则它将打开浏览器,该浏览器将加载市场和应用程序。显示此应用程序。 以前有人使用过这种功能。请提供一些帮助。
谢谢。
I am currently developing an application in Android Where I want to give some functionality to user to rate the current application.
Their will be a button on it's click it will ask ask whether user want to rate the application or not? If yes will will go to market application on device to rate application
(Market should show this application.) or it will open browser which will load market & showing this application.
Any one used this kind of functionality before. Please provide some help.
Thank You.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我总是使用这样的方法:
I always use a method like this one:
现在将课程集成到您的活动中,如下所示 ->
Now Integrate class to your activity like this ->
这是简单的解决方案:
final String appPackageName = "com.name.app";
Here is simple solution for :
final String appPackageName = "com.name.app";
如果您的手机上有多个市场应用程序,此处的答案不会直接带您进入 Playstore。相反,它将显示一个选择器对话框。
要直接打开 Playstore,请使用以下命令:
The answers here won't take you directly to playstore if you have multiple market apps on your phone. Instead it will show a picker dialog.
To open playstore directly, use this: