java library vs android library -
what differences between java library , android library , advantages/disadvantages has each?
you can include standard java .jar file libraries in android app. translated dalvik format @ .apk build time.
there android library system allows use of shared resources such layouts , localized strings. has more restrictions regular java libraries i'd recommend method if need share resources.
http://developer.android.com/guide/developing/projects/projects-eclipse.html
Comments
Post a Comment