通过主屏幕集成让用户返回应用程序

发布于 2024-11-02 19:45:58 字数 343 浏览 1 评论 0原文

我正在尝试找出让用户更频繁地返回我的应用程序的方法

到目前为止, : http://android.arnodenhond.com/tutorials/home-screen

  1. 小部件
  2. 实时文件夹
  3. 快捷方式
  • 安装快捷方式
  1. 快速搜索框
  2. 通知

请回答您还知道其他技巧吗?

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

  1. Widgets
  2. Live Folders
  3. Shortcuts
  • Install shortcut
  1. Quick Search Box
  2. Notifications

please answer any other tricks you know of?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

她如夕阳 2024-11-09 19:45:58

你似乎已经在功能方面做得很差了,所以

  • 小部件 - 你说你有小部件,但它们有多好?根据我的经验,小部件是最常用的主屏幕功能之一。你们提供每个小部件的配置吗?它们看起来漂亮并且与其他小部件配合得很好吗?
  • 用户界面 - 拥有一个外观清晰的应用程序始终很重要;如果有功能,那么这应该是重点。尝试一些不同的东西,(谨慎地)使用一些动画

您可能想要查看的其他一些东西,不是专门与主屏幕相关的,但它们也适用于主屏幕:

  • 响应能力 - 没有什么比缓慢或崩溃更让用户感到厌烦的了应用程序
  • 图标 - 我遇到的 Android 开发人员中有多少人推出的应用程序带有 (a) 非常大的图标 (b) 很小的图标或 (c) 甚至没有尝试遵守图标设计指南的图标;图标通常是用户安装应用程序后首先看到的东西,因此正确使用它很重要,有 图标设计指南是有原因的。

另外,请不要弹出随机通知(我不是说你是,只是不要!),通知应该出于某种原因而发生,否则它们很可能只会惹恼将卸载您的应用程序的最终用户。

我通常发现

  1. 实时文件夹似乎并不那么受欢迎,
  2. 尽管搜索框用于应用内搜索,但非常非常少的人使用主屏幕上的全局搜索功能,因为大多数人从未启用它。

You seem to have it pretty much down functionality wise so

  • Widgets - you say you have widgets, but how good are they? In my experience widgets are one of the most-used Home-screen features. Do you offer per-widget configuration? Do they look nice and fit well with the other widgets?
  • User Interface - it's always important to have a sharp looking app; if the functionality is there, then this should be the big focus. Try something a little different, make use of some animations (sparingly)

Some other things you might want to look at, not specifically to do with the Homescreen but they apply to it too:

  • Responsiveness - nothing puts off a user like a slow or crashing app
  • Icon - the number of Android developers I have come across that put out an app with either (a) an extremely large icon (b) a tiny icon or (c) an icon that fails to even attempt to comply with the icon design guidelines; the icon is often the first thing a user will see after installing your app so it's important to get it right, there are icon design guidelines for a reason.

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

  1. Live folders do not seem to be that popular
  2. Although the search box gets used for in-app searches, very, very few people make use of the Global search functionality from the Homescreen since most people never enable it.
ぃ弥猫深巷。 2024-11-09 19:45:58

例如,当用户打开 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

儭儭莪哋寶赑 2024-11-09 19:45:58

我认为通知是你最好的选择。当然,只要它们提供价值。

I think notifications are your best bet. As long as they provide value of course.

傾旎 2024-11-09 19:45:58

我认为您已经拥有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文