Hi all,
I want to open a new view when an intent is received in my application. Currently, my one package throws the intent and receives it. The layout.xml file is already defined for that package. I would like to have a new layout.xml be called by the intent receiver/ Do I need to move the intent receiver to a new package? Can you have more than one view defined per package?
Thanks!

