I want to keep my piece of software Independent of android architecture. I
still need android for market apps, games and its cool GUI as my base
platform. but my jars and libraries should not depend on android. (or very
less dependent).

e.g. There is bound/unbound services in Android for doing background task.
Is there any other way to achieve the same thing i.e. my java code runs in
background and if some app wants to use it, then it would do some IPC
rather than AIDL? means an alternative solution to bound/unbound services
of android?

Hope you got what I mean!

On Sat, Jan 21, 2012 at 8:44 PM, Mark Murphy <[email protected]>wrote:

> On Sat, Jan 21, 2012 at 10:07 AM, Pratik Prajapati
> <[email protected]> wrote:
> > So, there is no alternative to bound/unbound services in Android?
>
> Alternative for what?
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.3
> Available!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to