Web / Nativescript interview questions
What are the NativeScript Application events?
- launch: This event is raised when application launch.
- suspend: This event is raised when the application is suspended.
- resume: This event is raised when the application is resumed after it has been suspended.
- displayed: This event is raised when the UIelements are rendered.
- orientationChanged: This event is raised when the device changes orientation.
- lowMemory: This event is raised when the memory on the target device is low.
- uncaughtError: This event is raised when an uncaught application error is present.
- exit: This event is raised when the application is about to exit.
More Related questions...