Dear all, I am a new developer on Android. I would like to seek for your valuable advice on how to provide good "library" solution on android platform.
I would like to ask is it possible to provide "jar" library in android device without releasing source code by creating android library project http://developer.android.com/tools/projects/projects-eclipse.html Also, for the above problem, I am thinking of another option is that I provide the apk and a set of Intent rules. Solution Integrator can "call" my apk (activities) by intent like: * Intent newIntent = new Intent(Intent.ACTION_MAIN);* * newIntent.setClassName("com.package", "com.package.LibActivity");* * newIntent.putExtra("arg1", "value1");* * startActivityForResult(newIntent, REQUEST_CODE); * Is it a possible solution to provide "library" in Android? Thanks for your kind attention and your advice. Best regards, Ken. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
