If you are looking for how to create the UI, follow up some articles on how to create Custom Widgets for android. That should help you.
Breifly summarizing. 1. You need to have a Custom Calendar class which extends the View. 2. This class will be responsible for creating the UI and should also handle all other functions which you can trigger from outside. Thanks and Regards, Kumar Bibek On Apr 3, 3:07 am, patbenatar <[email protected]> wrote: > Look into Java's native Calendar class and/or the third-party JODA > time library. Then look into Android's TableLayout/TableView [whatever > it's called] for laying out the Calendar on the screen. > > On Apr 2, 11:00 am, a7med <[email protected]> wrote: > > > I need to developed a Calander for my application and I have no idea > > how to do it???? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

