Question

I an planning to design a EPG (electronic program guide ) in androids .please help me in designing the EPG. Many ideas flowing through but before moving further want to finalize. I want to design EPG as in the image EPG

Will I use List fragments or table layout or different layout like relative with specifying the layout weight or fully list view (customized list view ) any help is appreciated

Was it helpful?

Solution

Create custom ViewGroup that actually will be AdapterView. Write you own adapter interface that based on time and not on indexes. I have experience in writing epg component for android and custom components in general for android.

OTHER TIPS

I would prefer nested recyclerviews. You got one for vertical channels, another for horizontal timeline. In the third one (epg) the viewholders also have horizontal recyclerviews which scrolling is synchronized with the timeline.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top