If you download the NDK and look at the examples, it really isn't that difficult to add a library. In fact, it is recomended to place any mathmatical processes into c/c++ code rather than java to speed up processing.
Once you have the c library, you can drop the file into your android lib directory on any of your projects and it will be compiled into you APK. Sincerely, -Kitzy On Apr 20, 5:03 pm, Indicator Veritatis <mej1...@yahoo.com> wrote: > So the short answer to his original question, whether or not there is > a 'DLL concept' in Android, is 'no'. > > If he really wants to, he can use the NDK as you suggest, but that > sounds like a lot of custom work for trying to support a C/C++ > paradigm in a Java world, an approach that is likely to offer more > pain than profit. Android is based on Java, it is only to be expected > that the Java way will be more natural. > > On Apr 16, 10:30 am, Kitzy <kitzyk...@gmail.com> wrote: > > > > > > > You can create libraies in C/C++ and share them with your > > applications. Look at the NDK to see if that may help. > > >http://developer.android.com/sdk/ndk/index.html > > > -Kitzy > > > On Apr 16, 12:01 am, Prashant Shelar <shelar...@gmail.com> wrote: > > > > Hello, > > > > I know that we can use a concept "Java Package" but I just wanted to > > > know that whether Android has provided a DLL concept where I can my > > > most of the functionality. > > > > Is there any concept like DLL on Android OS? > > > > Can we develop a DLL for better modularization and other benefits on > > > Android? > > > > Thanks and Regards, > > > Prashant. > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Beginners" group. > > > > NEW! Try asking and tagging your question on Stack Overflow > > > athttp://stackoverflow.com/questions/tagged/android > > > > To unsubscribe from this group, send email to > > > android-beginners+unsubscr...@googlegroups.com > > > For more options, visit this group > > > athttp://groups.google.com/group/android-beginners?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow > > athttp://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > android-beginners+unsubscr...@googlegroups.com > > For more options, visit this group > > athttp://groups.google.com/group/android-beginners?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow > athttp://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > android-beginners+unsubscr...@googlegroups.com > For more options, visit this group > athttp://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en