Is Android recommended for the Atom processor platform?

I am going to develop a handheld device with an Atom processor. I mean using the built-in Android OS to run applications on this device. I heard from my friends that Android is good for wireless applications. But my device does not need any wireless application. To work on this device, I need only data (ping, traceroute ...), IPTV and VoIP applications. Is it so advisable to use Android for my device?

+3
source share
2 answers

In my opinion, the biggest advantage that you get from working with an OS such as Android, as opposed to an individual Linux distribution:

  • Applied ecosystem that integrates well
  • User Interface Suitable for Small Screens
  • Application SDK, which makes application development pretty easy

Disadvantages of using Android IMHO:

  • There is no standard libc. This means that you will need to port, get mplayer or something like that to play media content
  • You have fewer libraries than you when you use the "regular" Linux distribution
  • You can create applications with user interfaces using Java (well, there are other possibilities, but you probably didn’t)

, . , ( Atom IPTV ), LFS (Linux From Scratch), Ubuntu - , ( QT, OpenGL, GTK, Swing,...) , Android.

, Android, Engadget: -)

!

+7

Android ​​Linux Java-. , , , Linux Java . Linux.

+3

Source: https://habr.com/ru/post/1727194/


All Articles