Android framework. What is it?

Posted by Confused on Stack Overflow See other posts from Stack Overflow or by Confused
Published on 2010-06-03T16:45:12Z Indexed on 2010/06/03 17:34 UTC
Read the original article Hit count: 250

Filed under:

I've few questions on Android Framework. Can someone please answer them

i) What does an Android Framework do? What is it's job?

ii) What are these managers - Activity Manager, Location Manager etc? Are they APIs or libraries?

iii) I heard that the definition of a framework is - a set of libraries that say “Don’t call us, we’ll call you.” So can I say that Activity Manager, Location Manager etc are such libraries? Or is it that they are not libraries but APIs (used to access underlying c/c++ libraries) and the actual libraries that do "Don't call us, we'll call you." are hidden from us?

© Stack Overflow or respective owner

Related posts about android