This repository shows a Timeline UI component developed with Jetpack Compose. It can represent any content and has flexible parameters, which allow to tweak timeline's appearance with ease. In this Medium article you can find the step-by-step guide how to create such component.
SampleActivity
gives an example of LazyColumn
with TimelineNode
as an item.