I am working on an event app. I want to add calendar activity with columns as room, rows as time, and cells as attraction. I tried using Android Week View , but it has some limitations (columns like day, cannot set a maximum / minimum date), and therefore I can not use it.
I am going to do something like this: 
I think how can I do this. Building from scratch using the View class is too hard for me (and I think there is a better idea). So can you tell me which component I could use? TableView, RecyclerView? I am looking for a solution with only 4 rooms visible (on smartphones), but when scrolling horizontally you can show more.
Siper source share