I have an android project and I want to use some classes from another android project. How can I do that?
In my project I draw the road between 2 points.
From the new project I want to use some classes that help me draw more points on the map and tooltips with information for they.
I have an android project and I want to use some classes from another
Share
Create a library project containing the common part for the two projects. Make the two projects reference this Android library project.