Android - making a layout like Entourage/Outlook calendar
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-04-05T19:43:16Z
Indexed on
2010/04/05
19:53 UTC
Read the original article
Hit count: 443
android
Hi,
I'm trying to build a layout / view like the Entourage/Outlook calendar view, where when I schedule a time block, a new view will popup overlaying the time block.
Something like this one except it's daily and not monthly like in the image http://images.appleinsider.com/office-2008-entourage-10.png
What is the best way to implement that?
Right now I'm using TableLayout to create the time on the 1st column and supposedly overlay to schedule made on the 2nd column.
However, things got very messy especially when the minutes go to 15 minutes and there are overlapping schdule.
Wonder if using other layout might work better?
Thanks,
Tee
© Stack Overflow or respective owner