Skip to content

mikelor/Chaaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chaaos

My attempt at creating an Android Auto application in C#

This repository basically starts with a generic Maui App, and then follows the instructions laid out by Christian Stryndom in his MAUI for Cars youtube video.

Updates

  1. 01/24/2024 - Updated for .NET 8.0

Getting Started

git clone https://github.com/mikelor/chaaos
  1. Start Android Auto on Phone
  2. Start Head Unit Server
  3. On desktop console change directory to c:\users<user>\AppData\Local\Android\Sdk\extras\google\auto
  4. Start desktop head unit
C:\Users\mikel\AppData\Local\Android\Sdk\extras\google\auto>adb forward tcp:5277 tcp:5277
C:\Users\mikel\AppData\Local\Android\Sdk\extras\google\auto>desktop-head-unit.exe

Sample Screen Shots

Chaaos App Icon Chaaos App Icon

Main Screen Main Screen

General Resources

  1. Android for Cars Design Guidelines PDF
  2. Carlos Mota's - Going on the Road with Android Auto presentation.

Android Auto Resources

  1. Christian Stryndom's - MAUI for Cars YouTube Video
  2. Carlos Mota's - Going on the Road with Android Auto presentation.
  3. John O'Reilly's - Confetti App for Android Auto on Github

Android Automotive Resources

  1. Android Automotive OEM Images

About

My attempt at creating an Android Automotive application in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages