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 <[email protected]> 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 <[email protected]> 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
> > [email protected]
> > 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
> [email protected]
> 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
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to