相关疑难解决方法(0)

"评价此应用" - 手机上的Google Play商店应用中的链接

我想在Android应用中添加"评价此应用"链接,以便在手机上打开用户Google Play商店应用中的应用列表.

  1. 我必须编写哪些代码才能在手机上的Google Play商店应用中创建market://or http://-link?
  2. 你把代码放在哪里?
  3. 有没有人有这样的示例实现?
  4. 您是否必须指定放置market://http://链接的屏幕,哪个最适合使用 - market://或者http://

android android-intent google-play

244
推荐指数
12
解决办法
15万
查看次数

直接在应用中为Google Play应用评分

我需要在我的Android应用程序中制作费率选项.

我找到了这个链接

但我不确定是否要搜索.我想为用户提供在Google Play上为我的应用评分的能力.

android rate google-play

48
推荐指数
4
解决办法
6万
查看次数

Android关于按钮在市场上评级

我很困惑这个代码我正在寻找somenthing类似我有一个按钮,我希望它说率和当点击它带你到Android市场,用户可以评价我的应用程序,请帮助

Button bRate = (Button) findViewById(R.id.button7); 
bRate.setOnClickListener(new View.OnClickListener() { 
    //plus the code on the top here is my idea of the code 
}
Run Code Online (Sandbox Code Playgroud)

Elipse说错了,我明白我需要把我的市场链接,但按钮仍然不起作用

我无法将其发布在同一页面上这里是原始问题的链接

使用应用程序对其进行评级

android share button rate

1
推荐指数
1
解决办法
4091
查看次数

标签 统计

android ×3

google-play ×2

rate ×2

android-intent ×1

button ×1

share ×1