https://github.com/tomtom-international/tomtom-digital-cockpit-sdk-examples
Example App sources for the Digital Cockpit platform.
https://github.com/tomtom-international/tomtom-digital-cockpit-sdk-examples
Last synced: 30 days ago
JSON representation
Example App sources for the Digital Cockpit platform.
- Host: GitHub
- URL: https://github.com/tomtom-international/tomtom-digital-cockpit-sdk-examples
- Owner: tomtom-international
- License: other
- Created: 2022-10-04T10:50:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T12:54:21.000Z (6 months ago)
- Last Synced: 2025-05-07T03:08:58.363Z (30 days ago)
- Language: Kotlin
- Size: 5 MB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TomTom Digital Cockpit SDK examples
## Introduction
This repository contains the source code of a template app and several example apps, built on
TomTom Digital Cockpit.TomTom Digital Cockpit is a framework that delivers Android-based digital cockpits for automotive
environments. It includes an application platform to support the development of highly integrated
applications on top of Android Automotive. For more information, see the
[TomTom Digital Cockpit developer portal](https://developer.tomtom.com/tomtom-digital-cockpit/home/home).## Installation
For registration and installation, please consult the
[Getting Started](https://developer.tomtom.com/tomtom-digital-cockpit/getting-started/getting-started)
pages on the TomTom Digital Cockpit developer portal.## Content
### `buildSrc/`
Code used by Gradle to sync the Gradle modules and build the app.
### `build-logic/`
Code listing the different repositories and module versions needed for building.
### `gradle/`
The Gradle wrapper used to sync the Gradle modules and build the app.
### `examples/`
The root directory for all the example apps. Have a look at the
[Tutorials](https://developer.tomtom.com/tomtom-digital-cockpit/tutorials/overview) section of the
developer portal for more information.### `template/`
This is a template application to create your own IVI application, it contains the minimum needed
to create a TomTom Digital Cockpit application with all the default functionality from the platform.The template application is explained in more detail on the
[Product Features](https://developer.tomtom.com/tomtom-digital-cockpit/home/product-features)
page of the developer portal.### `resources/`
Various resources required to build a finished product or system image.
## Copyright
Copyright © 2022 TomTom NV. All rights reserved.
This software is the proprietary copyright of TomTom NV and its subsidiaries and may be
used for internal evaluation purposes or commercial use strictly subject to separate
license agreement between you and TomTom NV. If you are the licensee, you are only permitted
to use this software in accordance with the terms of your license agreement. If you are
not the licensee, you are not authorized to use this software in any manner and should
immediately return or destroy it.