It seems like you may want to design a custom view object for your calendar so you can just copy/paste that into any other project you use. Then customize the calendar to fit what you want in that specific application.
If you want to leave it as an application, TreKing is right in saying you can't embed it. You can always have your application call to your calendar application and then return a result back to the first application. You won't be able to catch the touch/keyboard events in your first application, but it is another way to reuse work done on your calendar application. Steven Studio LFP http://www.studio-lfp.com On Tuesday, October 11, 2011 1:14:13 PM UTC-5, [email protected] wrote: > > I am trying to write an app which I want to show, say, the calendar > app in my app. So, is there a way I can just embed the calendar app > view into one of my view (because i want to change the display size, > etc) as long as I know the name of the class? Also, I want all touch > event or keyboard events are captured by my app. Any way to accomplish > this? -- 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

