Font size
WorksheetsQuiz Android 1
Total questions: 15
Worksheet time: 15mins
How to share view model between fragment-fragment, activity-fragments?
Init view model using "by viewmodels()" function of fragment-ktx
Init view model using "by activityViewModels()"" function of fragment-ktx
Init view mode by using "ViewModelProvider(fragment context).get"
Init view model by using "ViewModelProvider(activity context).get"
What happens when you use the API 15 features but set compile Sdk Version to 14?
Get error when run application
Get error when compilation
All of above
No errors
Android uses “Intents” to communicate and send data between different components which make it vulnerable to malicious attacks. Which of the following choices are component level Permissions to protect this type of communication? (Multi select)
Activity
Service
Content Provider
Widgets
Which is type of Singleton allows instance is loaded into memory when calling method get Instance() ?
Double Check Locking
Thread Safe
Bill Pugh
Lazy Initialization
