IBM
P2180-031 · Question #40
What are the steps of creating a native page?
The correct answer is A. Create a new Java class, extend Activity. See the full explanation below for the reasoning.
Question
What are the steps of creating a native page?
Options
- ACreate a new Java class, extend Activity
- BCreate a new Java class, extend Activity, add an activity declaration to AndroidManifest.xml
- CCreate a new Java class, extend NativePage
- DCreate a new Java class, extend NativePage, add a native page declaration to
How the community answered
(37 responses)- A84% (31)
- B5% (2)
- C3% (1)
- D8% (3)
Community Discussion
No community discussion yet for this question.