I want to build a view like the one of Sunrise in Android that shows three days on the screen. (http://appleinsider.com/articles/14/01/09/sunrise-calendar-goes-universal-confide-brings-off-the-record-messaging-to-apples-ios) (its the view in the middle).
I tried to use MergeAdapter (https://github.com/commonsguy/cwac-merge) but couldn't get it to work. I also implemented the most popular solution of this post (Android. Scrolling 2 listviews together) extending it to 3 views instead of 2, but it was very clunky and slow.
Does anyone have a better suggestion on how to do this?
Thanks!