

(Note: choose Android in the drop-down menu at the top of the project panel if it is not already chosen.) Where your namespace should be substituted for ( com.lightcone in my case) and is the path to the directory where you will store this Android Studio Project ( /home/guidry/StudioProjects/ in my case).Ī project WebViewDemo should now appear in the left panel (project panel) of the Android Studio interface, as in the figure below. MainActivity (check the Generate Layout File box) So let's get started!Įither choose Start a new Android Studio project from the Android Studio homepage, or from the Android Studio interface choose File > New > New Project.įill out the fields in the resulting screens as follows,

In short, when we finish this project we will have already touched on many basics ofĪndroid development. Compile and test an Android application on an emulator or device.Use and control objects of the WebView class.

