Android Developer Associate Certification

Hi, I have a few questions for those who have accepted this certification from Google.

  • what design template does the MVP, MVVM project carry out.
  • Can I use the space save library for the whole sqlite task or should I cut out raw sql queries.
  • Does the project use data binding.
+6
source share
1 answer

I cleaned Associate android developer certificationup last December. For the test, you will be provided with source code with missing snippets, and you must fill in these missing gaps in this code to make it fully functional. It should be noted here that after submitting the code, they use automation tools for testing. Therefore, he is instructed not to rename any package, change any structure, or rename the classes or variables provided.

  • As far as I remember, it was a very simple or simple architecture (Sort Mvpand Mvc), which is very easy to understand. So, from the point of view of the developer, the basic architecture will already be there, you do not need to worry about it.

  • Content Provider . , . , sqlite.

  • Data binding

( " " ), .
https://developers.google.com/training/certification/associate-android-developer/

,

+6

All Articles