[android-developers] Any way to embed existing views?

2011-10-11 Thread yves...@gmail.com
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

Re: [android-developers] Any way to embed existing views?

2011-10-11 Thread TreKing
On Tue, Oct 11, 2011 at 1:14 PM, yves...@gmail.com yves...@gmail.comwrote: 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? No.