- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开发同步适配器。我发现了这个:http://groups.google.com/group/android-developers/msg/85f9304dfcc4e284
在该论坛中,一名谷歌员工表示:
In releases of Android from Eclair through Gingerbread integrated editing of 3rd party contacts is poorly supported. The trick is to insert a data row, "Edit in MyApp", which would take the user to your app and your app would then provide an editor activity. Also, there is no provision in the Contacts UI for creating new contacts in 3rd party accounts. We have fixed those issues in Honeycomb. Now you can specify two activities in your metadata xml file: one for creating new contacts and one for editing existing ones and voilà! - you have seamless integration.
我找不到这些新功能的文档。谁能告诉我在哪里可以找到它?
谢谢
最佳答案
在撰写本文时,它们似乎完全没有记录。最好的办法是查看 ICS 源代码。
这是 4.0.3 中的相关源文件,它似乎将 android.provider.CONTACTS_STRUCTURE 元数据声明转换为可用对象。
请注意,支持 <EditSchema>
标记在您的元数据中,这(我想)是无缝第 3 方集成的关键。
关于android - 用于编辑联系人的蜂窝同步适配器功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8343372/
我正在制作一个 Honeycomb 优化的应用程序,我想制作一个反馈按钮。 我曾经是一名 iOS 开发人员,有一个内置的电子邮件弹出窗口,您可以从中发送电子邮件或反馈,而无需退出应用程序转到电子邮件应
我的应用在 LinearLayout 中有一个 scrollview 和一个 webview。 当来自 millenial 的广告出现时,它会发生一些抖动并且一些 webview 部分变白。 我已经尝
在 Honeycomb 模拟器上测试我的应用程序时,我遇到了一个非常奇怪的问题。当“平板电脑”旋转到纵向时,我的主要 Activity 似乎卡住了,并一遍又一遍地重新启动。下面的堆栈跟踪似乎没有说明发
我正在为设备 2.1 Eclair -> 3.0 Honeycomb 开发 Android 应用程序。我现在开始创建用户设置区域。我在菜单和操作栏项目上遇到了障碍。 我创建了一个菜单 xml 资源,其
我想知道当您打开一个新的 Fragment 时,您如何进行 View 转换,以便新的 Fragment 位于您的 View 中心。在 Honeycomb Gmail 应用程序中,当您选择要打开的电子邮
现在最终的 SDK 已经与 google api 一起发布了 - 使用 MapView 创建 Fragment 的最佳方法是什么? MapView 需要一个 MapActivity 才能正常工作。 让
我有 LinearLayout areaForGalleries 以编程方式填充了 Gallery 组件,一个接一个。每个图库中的 onItemClick 方法将其从 areaForGalleries
我正在开发一个使用 WebView 和一些 302 重定向来跟踪链接点击的 Android 应用程序。在 Android 2.3.3 上,302 重定向通过 public boolean should
我正在开发一个复杂的应用程序,我想在每个从服务器接收数据的 ViewController 上测试两个主机的互联网可达性我目前正在使用这个库来实现可达性 https://github.com/ashle
我在一个小项目中使用 db4o,该项目在 Android 2.2、2.3 等上运行良好。但是,在 Honeycomb 上,数据库初始化导致以下错误: com.db4o.ext.Db4oExceptio
我是一名优秀的程序员,十分优秀!