174
Views
2
Comments
Solved
Certification Exam - Mobile

Hi all.

I would like to know more about the mobile developer certification. Does it approach transversal subjects as data queries, entities, actions, and screens, also present when developing web applications? Does it make specific questions regarding the differences between web and mobile applications? More specifically, are we expected to know how web applications work, or is mobile development knowledge enough?

Thanks in advance,

Inês



2024-03-25 06-19-08
Harlin Setiadarma
Solution

No it does not have specific web developer question.

Almost everything is different mobile vs web app:

- data queries: web app has Preparation Logic

- entities: mobile has local storage, only similarity is database storage

- actions: mobile has client-side action, only similarity is server action

- screen: mobile and web screen is different, and have different Lifecycle


All the similarities is also discussed in the course and exercise.

So you should be safe, as long as you read all course pdf and do the exercise.

Also, read the exam questions carefully, as there was some that are tricky.

Good luck.

2018-03-07 13-04-33
The NineHertz

Thanks inesp

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.