通过主屏幕集成让用户返回应用程序
我正在尝试找出让用户更频繁地返回我的应用程序的方法
到目前为止, : http://android.arnodenhond.com/tutorials/home-screen
- 小部件
- 实时文件夹
- 快捷方式
- 安装快捷方式
- 快速搜索框
- 通知
请回答您还知道其他技巧吗?
I'm trying to figure out ways to get users to return into my app more often
so far i have: http://android.arnodenhond.com/tutorials/home-screen
- Widgets
- Live Folders
- Shortcuts
- Install shortcut
- Quick Search Box
- Notifications
please answer any other tricks you know of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你似乎已经在功能方面做得很差了,所以
您可能想要查看的其他一些东西,不是专门与主屏幕相关的,但它们也适用于主屏幕:
另外,请不要弹出随机通知(我不是说你是,只是不要!),通知应该出于某种原因而发生,否则它们很可能只会惹恼将卸载您的应用程序的最终用户。
我通常发现
You seem to have it pretty much down functionality wise so
Some other things you might want to look at, not specifically to do with the Homescreen but they apply to it too:
Also please don't pop up random notifications (I'm not saying you are, just don't!), notifications should happen for a reason or most likely they will just end annoying the end user who will uninstall your app.
I generally find that
例如,当用户打开 Wi-Fi 或蓝牙时,您可以使用广播接收器。您可以向用户显示通知以启动您的应用程序
You could use a broadcast receiver for example when ever user turns on the Wi-Fi or Bluetooth. You could as show a notification to the user to fire your application
我认为通知是你最好的选择。当然,只要它们提供价值。
I think notifications are your best bet. As long as they provide value of course.
我认为您已经拥有 Android 应用程序上可用的所有方法。等级。
如果您想要普通启动器之上的更多功能来让用户返回您的应用程序,我认为以下想法非常好。
请查看此。
如您所见,该应用程序会显示在任何活动(例如地图)上。
I think you already have all ways that available on Android app. level.
If you want more features above a normal Launcher to get users return to your app., this idea following is quite nice I think.
Check out this.
As you can see, the app show up on any activity such as a Map.