How to implement Dynamic library Android -


i need develop shared library should have 1 instance multiple applications..the library share common functionalists application in parallel.

define android project library (in eclipse right click on project > properties > android > library).

then in other projects use library go again to: right click on project > properties > android > add library > select library project.

they should both in workspace , open.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -