This is an extension to the question/discussion here : What is an Android window?
While I understand that a Window is inherently created when an Activity is instantiated, I am not able to understand if it is possible to create this window instance myself in code ?
Basically, I am trying to figure out if I can have more than 1 windows for a given activity visible at the same time (either on Phone or Tablet) and if its possible, how can this be achieved.
Am a little new to these concepts hence any help/pointers will be highly appreciated.
Thanks !