Independant of Android's Intents, Services, Content Providers etc. For many things my system would rely on intents. I can run stand alone Java server ( just like unbound services, i.e. keep running all the time) and do corba for RPC/IPC. rather than using Content providers, I can manage my own java based services to manage it.
What else I must take care? On Sat, Jan 21, 2012 at 6:30 PM, Mark Murphy <[email protected]>wrote: > On Sat, Jan 21, 2012 at 7:55 AM, Pratik Prajapati > <[email protected]> wrote: > > I am checking about possibilties of implementing APIs for non mobile > > platforms. My device is Inflight entertainment. > > > > My GUI app would be based on android sdk only. But there will be one > middle > > layer library which would be independent of android. I understand it can > not > > be 100% independent but I want to keep independent as far as possible. > > Independent of... what? > > You can make a layer be independent of Android simply by not > referencing any android.* classes. However, your layer is still > dependent on Java (since you say you are using the Android SDK), and > even something independent of Android might not run on Java ME due to > the latter's significant changes in the java.* and javax.* packages. > > -- > 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

