Medium
The architecture of Android consists of five distinct parts.
Which of the following parts is on top of the Android Runtime and completes what is needed to create an application?
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
1
What is the first method called by the system during the life cycle of an activity?1
What is the state of an activity if it is not in focus, but still visible on the screen?1
Which database management system allows to store data in a structured manner in an Android application?3
What is the interest of a "ContentProvider" in an Android application?2
How to add a library to your Android application?1
Android architecture consists of five distinct parts. Which of the following parts is above the kernel and contains the virtual machine?1
Test an Android application on a computer