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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -