我应该将日历功能添加到我的 Android 应用程序中吗? (大多数手机都预装日历吗?)
我正在考虑添加允许用户在我的应用程序的“重要日期”部分中单击日期的功能,但想知道是否可以安全地假设大多数手机都预装了 Google 日历。
我计划编写一个自定义过滤器来链接日期并将它们作为事件传递到日历应用程序。
该项目计划用于 1.6,但 2.1 也是可能的。 (试图接触到尽可能多的受众)
I was thinking of including functionality to allow users to click on dates in the "important dates" section of my app, but was wondering if it is safe to assume that most phones have Google calendar pre-installed.
I was planning on writing a custom filter to Linkify the dates and pass them to the calendar app as an event.
This project is planned for 1.6, but 2.1 is also a possibility. (Trying to reach the largest possible audience)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
日历安装在大多数 Android 设备上,除了一些未“许可”Android 平台的设备(例如来自中国供应商的设备)。
据我所知,如果设备有市场应用程序,那么它也有日历。因此,如果您不打算使用其他市场,您可能会认为日历已预先安装。
Calendar installed on most Android devices except some, that not "licensed" Android platform (e.g. devices from Chinese vendors).
And as far as I know if device have Market app, then it have Calendar also. So if you don't planning use alternative markets you may assume that Calendar is pre-installed.