Podcast
Questions and Answers
The Android onCreate() method is called when the app is first created.
The Android onCreate() method is called when the app is first created.
True (A)
The onCreate() method is the perfect place to do any initialization that needs to be done before the app becomes fully operational.
The onCreate() method is the perfect place to do any initialization that needs to be done before the app becomes fully operational.
True (A)
The onCreate() method is called after the app becomes fully operational.
The onCreate() method is called after the app becomes fully operational.
False (B)
An app delegate is responsible for handling application-level events.
An app delegate is responsible for handling application-level events.
The applicationDidFinishLaunching:
method is called when the app is about to terminate.
The applicationDidFinishLaunching:
method is called when the app is about to terminate.
To implement an app delegate, you need to create a subclass of UIViewController.
To implement an app delegate, you need to create a subclass of UIViewController.
True or false: The Android NDK allows you to implement parts of your app in native code using languages like C and C++?
True or false: The Android NDK allows you to implement parts of your app in native code using languages like C and C++?
True or false: The Android NDK is a toolset for developing iOS apps?
True or false: The Android NDK is a toolset for developing iOS apps?
True or false: The Android NDK supports languages like Java and Kotlin?
True or false: The Android NDK supports languages like Java and Kotlin?
Android 13 introduces a runtime notification permission: POST_NOTIFICATIONS.
Android 13 introduces a runtime notification permission: POST_NOTIFICATIONS.
Developers are recommended to target Android 13 or higher ASAP to gain the effects of the additional control and flexibility of the notification permission feature available starting with Android 13.
Developers are recommended to target Android 13 or higher ASAP to gain the effects of the additional control and flexibility of the notification permission feature available starting with Android 13.
Android 13 has an API level of 33.
Android 13 has an API level of 33.