开发者

What are C based Services and Java based Services?

开发者 https://www.devze.com 2023-01-14 00:47 出处:网络
What are C based services and Java based services in开发者_Go百科 Android? What is similarity and dissimilarity between them ?

What are C based services and Java based services in开发者_Go百科 Android? What is similarity and dissimilarity between them ? Are C based services available in Android?


The System C-library is a BSD-derived implementation of the standard C system library (libc), tuned for embedded Linux-based devices. Meaning, this is the operating system (ref "What is Android?".

The Application framework is written in Java, and it is these frameworks you as a programmer mostly use. Here you have ActivityManager and ContentProvider to work with.

More to read: What is Android?

0

精彩评论

暂无评论...
验证码 换一张
取 消