Noob Question, but I am following this tutorial :
https://sites.google.com/site/androidappcoursev3/labs/lab-1#2
and I am getting to the bottom and I am confused on what I am supposed to be doing, am I creating a class or an activity and what does it mean when it says extends android.app.Activity and implements android.view.View.OnClickListener infacer:
"
6.2 Create the Activity Class
Using the HelloWorldActivity Class from section 2.1 as an example, use the Wizard to create a new Android Activity called EnterNameActivity that extends android.app.Activity and implements android.view.View.OnClickListener interface:
Activity Name: EnterNameActivity
Layout Name: layout_entername
Title: Hello World
Launcher Activity: (check this item)
Hierarchical Parent: (leave blank)
Navigation Type: None
"