Multiple choice technology platforms and products

What is not true about Android Application Framework?

  1. Enables reuse and replacement of components

  2. Developer do not have full access to the Framework APIs used by core application

  3. Developer can run background services

  4. both, b & c

  5. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Android is designed to give developers full access to the same framework APIs that core applications use. Thus, stating developers do not have full access (597001) is false, making it the correct answer here. Other choices like enabling reuse (597000) and running background services (597002) are true statements.