Home > database >  Cusotm Recycler View [Android & Kotlin]
Cusotm Recycler View [Android & Kotlin]

Time:10-30

How can I display the downloaded data as consecutive steps with links to neighboring elements, similar to the attached picture?

Example of a required list

Maybe I can use Recycler View? If so, how?

CodePudding user response:

Well you can use this lib TimeLineView Android Lib

In image that is given is generally called Timeline View

Well from the above given lib you can customise the lib by importing module in your project as per your need...this will help you

I hope my answer will help you Thankyou

  • Related