IBM
C2180-279 · Question #120
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
(45 responses)- A71% (32)
- B4% (2)
- C7% (3)
- D18% (8)
Community Discussion
No community discussion yet for this question.