linux - Android and UNIX similarity -


how similar android traditional unix , unix systems such gnu/linux architectural standpoint?

is android unix gnu/linux? possible install x window manager on android?

in other words; how can reuse linux knowledge developer on android? i've ventured "java side" of android development.

android uses linux kernel. should posix1.2008/xsh (c api) compatible.

it has basic posix utilities, beyond userland different. , many things implemented in java.

you can develop native applications android in c/c++, gui need use either:

  • some portability layer qt or sdl.
  • do calls java handle user interaction.

or possible install complete gnu system on android device. kernel same , gnu system otherwise separate. ubuntu has support such installation. can't access telephony, data stored in native application , such.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -