Hi in first a'm sorry for my English
I download and instal calendar application of play store and i need only display this app or widget in my write application in panel activity i mean:
Dim Calendar As Panel
Calendar.Initialize("") : Calendar.Visible = False
Calendar.LoadLayout("Calendar")
Activity.AddView (Calendar, 0, 0, 100%x, 100%y)
It is posible??
I download and instal calendar application of play store and i need only display this app or widget in my write application in panel activity i mean:
Dim Calendar As Panel
Calendar.Initialize("") : Calendar.Visible = False
Calendar.LoadLayout("Calendar")
Activity.AddView (Calendar, 0, 0, 100%x, 100%y)
It is posible??