החברה יושבת בקרוונים להשכרה. שיחה קצרה על החברה ולאחר מכן השאלון.
שאלות מתוך הראיון
Explain the activity lifecycle.
Explain intent.
What are intents flags used for?
How can you transfer information between activites without using intent.
What is the different between explicit or implicit intent.
What is a common case of ANR dialog
Name 3 things that can be defined in the app manifest.xml file
What is SharedPreference and what file format it uses
Explain the gravity and weight as view parameters.
Explain the elevation attribute.
You are given two version numbers of a software, for example version "10.3.4" and Version "10.3.41". How would you find out which of the version numbers are the lates? Show in pseudo code or any language or explain.