• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unlocking Android: Chapter 1 confusion.

 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Authors,

I was going through the free chapter of your book. I found figure 1.1 and figure 1.3 contradicting. Here is how:
Figure 1.3 is telling that Android Runtime and all other libraries depend on Linux kernel and Linux kernel envelops rest of Android components as its a lower level component.
Figure 1.1 on the other hands show that Android software environment encapsulate the Linux Kernel.

Could you please clarify what is the real case here?

Thanks.
 
Author
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good question.

Android applications run within an instance of the Dalvik VM. The vm itself runs within a Linux process.
 
Devender Thareja
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Frank. Thanks for reply.
And thanks for the free chapter. It was insightful, well articulated and sets the right atmosphere for rest of book. Good luck to all you and other 2 authors.
reply
    Bookmark Topic Watch Topic
  • New Topic