Search code examples
androidtimeline

How to create a timeline component in android


I want to develop, a timeline kind of component, in which 24 hours are divided on x-axis with 24 laps.

At present, m trying to develop custom linear layout with 24 views for each hour and adding these in layout.. but this is not fair idea to develop.

Anyone, can suggest other method/example code, would be really appreciable.

Thanks,


Solution

  • Created a new custom view for same.