Changes

Jump to: navigation, search

Creating an Android User Interface in Java Code

45 bytes added, 15:46, 3 July 2014
Adding Views to an Activity
== Adding Views to an Activity ==
The onCreate() method is currently designed to use a resource layout file and a fragment for the user interface. Begin, therefore, by deleting this line these lines from the methodso that it reads as follows:
<pre>

Navigation menu