RK88
Lurker
Hi,
Background
I have two android modules - A & B within a single project.
Each module has their own layouts
What I want to achieve
When I click a button in module A, it will start the main activity in module B and display the module B layout.
What I had tried - Not successful
1. include module B in module A
2. create Intent to start module B activity
Question
How can I achieve this? What are the possible ways?
Thanks in advance.
RK88
Background
I have two android modules - A & B within a single project.
Each module has their own layouts
What I want to achieve
When I click a button in module A, it will start the main activity in module B and display the module B layout.
What I had tried - Not successful
1. include module B in module A
2. create Intent to start module B activity
Question
How can I achieve this? What are the possible ways?
Thanks in advance.
RK88