On Sat, Jan 21, 2012 at 7:55 AM, Pratik Prajapati
<pratik.prajap...@gmail.com> 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 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