What are C based services and Java based services in Android? What is similarity and dissimilarity between them ?
Are C based services available in Android?
What are C based services and Java based services in Android? What is similarity
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?