I wants to access a method in different project.
as example i have called a method as
Test(name,age);
In TestActivity
Then how to access this method and it’s parameters in
DemoActivity
as different project.Please help me.
I wants to access a method in different project. as example i have called
Share
You should to configure the build path for the DemoActivity project. In “Projects” tab add TestProject. Now you can access to test project’s data.