If you are creating a closed source application, maybe you should invest in
acquiring/creating a library that supports that. Using code from a GPL3 code
and actively trying to step around the license is really bad behaviour.

On Tue, Jun 22, 2010 at 9:10 AM, Naveen <naveen...@gmail.com> wrote:

> Hi!
> I need to use some open source code with GPL3.
>
> As usual I don't want to open source code for full application.
>
> Now what I understand is if I make two separate process one with my
> main application code and other as a service or something with Open
> source library  then in that case I have to open source code only for
> the other one.
>
> Now the question is what is the best way to do so in Android.
>
> Suppose
> My Main App  is  A
> Open Source code is  B
>
> So A will give some data to B. B will process this and sends data back
> to A. B may not need to have any UI.
>
> 1. Is it possible to install 2 seperate applications / processes from
> one APK?
> 2. What is the best way ?Should B be a service? How will be the
> communication between A and B ?
> 3. Is it possible to run/call B from A?
>
> Pls. advice
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to