Google - Associate Android Developer Quiz Questions and Answers

Answer :
  • A & B

Explanation :

Content values are named key pair values which is used to store the data, update the data in SQlite database. Cursor is a temporary buffering area to store the temporary result of android SQlite.
Answer :
  • httprequest(get/post) and returns response from the server

Explanation :

Http request has get and post methods and it returns the response from the servers.
Answer :
  • <intent-filter>

Explanation :

intent-filter is used to declare launcher activity
Answer :
  • JAVA
  • Kotlin

Explanation :

Android Apps can be written using java and kotlin