Mark Pazon
Mark Pazon

Reputation: 6205

How to implement Android Calendar app's Day-View?

Android Calendar App

I need to be able to implement a view similar to the day-view in the Calendar App.

My questions are:

  1. How can I overlay a button encompassing multiple rows.

  2. If two events overlap, how do I dynamically add a column similar to the picture above.

Upvotes: 2

Views: 3218

Answers (1)

Mark Pazon
Mark Pazon

Reputation: 6205

I was able to find a solution here http://code.google.com/p/iosched/

Upvotes: 2

Related Questions