【发布时间】:2012-08-16 08:24:08
【问题描述】:
【问题讨论】:
-
也许 StackOverflow 上的这个问题可以帮助您 [Android 方法“评价我的应用程序”][1] [1]:stackoverflow.com/questions/6482783/…
标签: android plugins alert review
【问题讨论】:
标签: android plugins alert review
查看这个 android 代码 sn-p 来评价你的 android 应用程序。
http://www.androidsnippets.com/prompt-engaged-users-to-rate-your-app-in-the-android-market-appirater
【讨论】:
它不需要插件。您只需计算用户是否正在使用该应用程序(打开次数、时间等),一段时间后您会弹出一个带有 Intent ACTION_OPEN 的 AlertDialogue 到您的 Google Play 链接。
【讨论】: