Live data from Hacker News

Facts about Android

androided.me

21–24 of 24 posts

Re: Facts about Android

#21
Summary:

1. Android is a Linux derivative with non-mainline changes, suck as "wake locks".

2. Android uses a non-Java ME (the official Java for mobile devices) Java environment. It's closer to Java SE.

3. And it doesn't use the JVM, it uses Dalvik.

4. Android was not initially developed by Google. It was acquired by them. The company was composed of former Danger staff who worked on the Sidekick and such. [I'd argue this point, as Android is a completely different best than the builds that were coming out around acquisition time. The only thing that's practically the same is that both used the Linux kernel).

5. SQLite is pervasive in Android.

Re: Facts about Android

#22

Earlier quoted context omitted.

When we talk about Linux, we're usually talking about GNU/Linux. Android/Linux is a very different beast, and it's not pedantry to draw a distinction between them. The capabilities of GNU/Linux are closer to BSD than Android/Linux.

Except they're really not different. Just because Android runs a distinct userspace and windowing system doesn't make its Linux kernel any less Linux. You can easily install a Busybox userspace on a rooted Android device, and on top of that you can start building an entire GNU/Linux userspace, complete with package managers and X server. Install a VNC viewer in Android, and you can even connect to your local X server…

By that logic BSD is also exactly the same thing as Linux.

Re: Facts about Android

#23

Earlier quoted context omitted.

Except they're really not different. Just because Android runs a distinct userspace and windowing system doesn't make its Linux kernel any less Linux. You can easily install a Busybox userspace on a rooted Android device, and on top of that you can start building an entire GNU/Linux userspace, complete with package managers and X server. Install a VNC viewer in Android, and you can even connect to your local X server…

By that logic BSD is also exactly the same thing as Linux.

Even Mac is like a PC, then!
Post reply on HN