CHAPTER 14: Android Content Providers: Providing Data to Applications 531
Next, add five child
Figure 14-19. Add five constants to the strings.xml file for the database read and write operation buttons
Figure 14-20. Add five child tags inside the with only basic ID and text label parameters
The XML markup for the parent tag and the five child tags looks like
the following:
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent" >