Java – In this tutorial, what is “class that extends DroidGap”

In this tutorial, what is “class that extends DroidGap”… here is a solution to the problem.

In this tutorial, what is “class that extends DroidGap”

I

just finished the Cordova Hello, World tutorial, and now I’m trying to add a splash screen. tutorial said

In the onCreate method of the class that extends DroidGap, add the
following two lines.

What is the class that extends DroidGap? How do I find it? What is this tutorial about?

Solution

intro tutorial instructs you to put the parent of the new main class (super class) changed to DroidGap instead of the default (Activity) — so you created and named the class “/” for “extending DroidGap<; That’s why they describe it this way. This is the introduction to your project’s Activity/Main class.

Related Problems and Solutions