Re: [android-developers] DLL equivalent in android

2012-02-09 Thread Mark Murphy
On Thu, Feb 9, 2012 at 4:35 PM, New Developer wrote: > For further insight, under windows I used a code within the .exe which said > which modules were available > then based on the code it checked to see if those .dll were present.  If so, > then they were loaded and added > items to the main men

Re: [android-developers] DLL equivalent in android

2012-02-09 Thread New Developer
Thanks to all. 1) is the jar created still as part of the same package ? 2) I take it then that you upload the .apk and then the jar(s) as well ? 3) Where can I find information on this esp. the creating of the jar and then dynamically linking them to the apk ? For further insight, under win

Re: [android-developers] DLL equivalent in android

2012-02-09 Thread Kristopher Micinski
On Thu, Feb 9, 2012 at 12:42 PM, New Developer wrote: > In Windows programming we have DLL so that we can build modules > If the DLL exists then additional functions and features exist > > What is the way to do this under android ? > > Thanks > > Barry > Libraries for your own apps? You'd use a

[android-developers] DLL equivalent in android

2012-02-09 Thread New Developer
In Windows programming we have DLL so that we can build modules If the DLL exists then additional functions and features exist What is the way to do this under android ? Thanks Barry -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos