Closed DarkMagic closed 10 years ago
Android has issue with ScrollView within ScrollView. You can try work around http://stackoverflow.com/a/11554823/622510
@thomasdao thanks, but what is the parentScrollView? I understand that childScrollView is a scrollview for each cell (I find that view in a class extends CaldroidGridAdapter), and guess that parentScrollView should be in CaldroidFragment, isn't it?
yes, that's the gridview. Your scrollview is a cell inside this gridview
Actually, I would like to disable the scrolling of that gridview, how could I?
Sorry this issue is not specific for Caldroid, asking on StackOverflow helps you better
Thanks.
@DarkMagic Can you please guide me through how u designed week view and day view using caldroid library.
Hi @UdaykiranGudepu Actually, I'm not using Caldroid lib for Week View. I followed this example: http://aleakymemory.blogspot.com/2012/09/android-room-manager.html The above example only supports you display one week each time and have no swipe. So you have to use ViewPager (or InfiniteViewPager) to wrap WeekViewFragment. I don't have Day View in my app, instead, I'm using a ExpandableListView wrapped in a ViewPager to display events.
Thanks for your reply @DarkMagic . I will follow the tutorial .
Hey @DarkMagic ! Could you somehow share how you have created the events like the one on the picture? I have tried the link (http://aleakymemory.blogspot.com/2012/09/android-room-manager.html) but it is difficult to understand. Thx in advance :)
Hi @DarkMagic, Could you share your code which display custom events in caldroid? My email address is unix2xinu@gmail.com, thanks.
@thomasdao Thank you for your very nice lib. I'm using it to display a calendar which has many events for one date. Like this:
I already put all events inside a scrollview, but it seems the scrollbar not working.
Could you please support me with this issue?