# Tachyon **Repository Path**: mirrors_linkedin/Tachyon ## Basic Information - **Project Name**: Tachyon - **Description**: An Android library that provides a customizable calendar day view UI widget. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *This project is no longer maintained.* Tachyon ======== An Android library that provides a customizable calendar day view. [Click here for the iOS version.](https://github.com/linkedin/Tachyon-iOS) ![Alt text](screenshot.png "Tachyon Sample") Tachyon is designed to provide a familiar visualization of a calendar day. The rendering is done by the `DayView` class, which takes a list of events and displays them using a custom layout algorithm. Usage ----- To use Tachyon, you can either directly reference the `DayView` class in your layout files/code, or you can subclass `DayView` to customize the experience. Sample App ---------- The ''tachyon-sample'' app contains an example of using the library. Testing ------- We use Mockito for our unit tests. You can run them via the `clean test` Gradle tasks.