Hi, 

I'm a fairly new Android Developer, and I'm working on a project to build a 
Calendar from scratch.  We took a look at the Android Calendar source code, 
and it turns out that the Calendar UI is populated using Listviews; where 
each row represents a one hour slot.  However, this approach raises some 
difficult questions: 

1) If each hour slot is a single row in a ListView, how do you create 
events that cross rows?  It seems you would have to have views that belong 
to two parents, which doesn't seem possible. 

2) Along the same line, how would you create 2 events in a one-hour slot? 
 Can you populate one row in a ListView with two items?  

Any suggestions or ideas?

Thanks!  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to