KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
karoo-sdk
★ 66
Open GitHub ↗
Public Karoo SDK
Download README (.md)
Explore Similar Repositories
karoo-powerbar
:
Karoo extension that shows a colored power bar at the edge of the screen
karoo-reminder
:
Karoo extension that displays alerts based on custom triggers
karoofirefly
:
ANT+ Smart Bike Light Controller extension for Hammerhead Karoo 3
Barberfish
:
Barberfishes keep Hammerheads sharp, in the ocean and on your bike. Native-feeling data field enhancements for the Hammerhead Karoo.
kxradar
:
Radar Enhancement for Hammerhead Karoo
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
karoo-sdk
?
Download (.md)
# Karoo SDK Karoo SDK is deprecated in favor of [karoo-ext](https://github.com/hammerheadnav/karoo-ext). ## References [Quick Start](https://hammerheadnav.github.io/karoo-sdk/index.html) [API Documentation](https://hammerheadnav.github.io/karoo-sdk/0.0.7/karoo-sdk/index.html) [Jitpack Build](https://jitpack.io/#io.hammerhead/karoo-sdk) [Design Guidelines](https://www.figma.com/file/Adr23SlulPNE2RBu1VI28C/H-Visual-Data-Field-System?node-id=0%3A1) ## Sample App Within [sample/](sample/), a sample application with Karoo SDK integration is provided with examples for various extensions that can be added to Karoo. The sample module is provided as Java and Kotlin code, both implementing the same 3 data types: 1. `AppVal` - Shows value from Key/Value store set in [MainActivity](sample/src/main/java/io/hammerhead/sample/MainActivity.kt). 1. `Custom Speed` - Uses speed dependency with a custom view to display it. 1. `Power/HR` - Uses a transformer to display ratio of Power/HR with built-in numeric view and formatting. Additionally, the sample modules (Java and Kotlin) create a simple post-ride card that show the activity name in a purple box. To install the basic sample app: ```bash ./gradlew sample:installDebug ``` ### Sample Kotlin Module The Kotlin sample module is available in [sample/src/main/java/io/hammerhead/samplemodule/kotlin](sample/src/main/java/io/hammerhead/samplemodule/kotlin) This is a good starting point or reference if you have an existing Android app written in Kotlin. ### Sample Java Module The Java sample module is available in [sample/src/main/java/io/hammerhead/samplemodule/java](sample/src/main/java/io/hammerhead/samplemodule/java). This is a good starting point or reference if you have an existing Android app written in Java. ### Screenshots    