Changes

Jump to: navigation, search

An Android SQLite Database Tutorial

No change in size, 15:09, 7 July 2014
Implementing the Activity Event Methods
== Implementing the Activity Event Methods ==
The final task prior to testing the application is to wire up onClick event handlers on the three buttons in the user interface and to implement corresponding methods for those events. Locate and load the activity_databasefragment_database.xml file into the Graphical Layout tool, switch to the XML view and locate and modify the three button elements to add onClick properties:
<pre>

Navigation menu