关于Android个汽车应用开发资源文件夹

Regarding Android auto application development resources folder

如果我们的应用程序也支持 android auto,我怎样才能使 Auto 布局看起来与 phone/tablet 布局不同?

为了实现这一点,是否可以选择在资源中放置一个单独的 res 文件夹? 我想知道 UI 将如何呈现在 Vehicle 的屏幕上,因为 apk 在移动设备中。

好吧,我有一个坏消息要告诉你:你根本不能碰 Android 汽车的 UI。

您只能为汽车开发两种应用程序,

*Audio apps that allow users to browse and play music and spoken audio content in the car.
*Messaging apps that receive incoming notifications, read messages aloud via text-to-speech, and send replies via voice input in the car.

对于音频应用程序,他们要求您提供一项服务,他们可以调用该服务并从您的应用程序中获取信息和内容。 (比如 iOS 中的 Delegate?)

对于消息应用程序,只要包含 CarExtender,您的通知就会显示。

所以..没有自定义 UI,没有自定义应用程序。

p.s。 UI 在 phone 上绘制并发送到汽车仪表板。

我们有这方面的更新,现在我们能够开发媒体应用程序、消息传递应用程序、navigation/parking/charging 应用程序。 有关详细信息,请参阅此 click here