mirror of
https://github.com/DopplerHQ/awesome-interview-questions.git
synced 2026-03-14 06:05:46 +01:00
Android questions quality #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gelassen on GitHub (Feb 1, 2021).
Hello,
First of all - thank you for your work on aggregating all this references!
I was interested to refresh my knowledge&skills and took a look on this questions list: 50 android interview questions & answers.. I came through first 10 and at least two of them brought me concerns on this source quality.
The original response is formally right, but in the nutshell is misleading. The general meaning behind
intentis let components of system (such asActivity, Service, Broadcast Receiver, Content Provider) communicate with each other. It is one the best practices to make architecture loose coupling, in Android main system components are designed without ability to call each other directly andintentis way to provide such functionality.activityCreatoris outdated and was replaced long time ago.As a last point, as an narrow specialized Android developer (2010-2016) working on world market I never received questions in interview from this top ten list.
Keeping in mind this list in some cases might be misleading, I would propose to review it by others engineers with Android hands-on experience or mark this source with 'Caution' remark,