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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -