还有MainActivity对应的布局文件,activity_main.xml:
- <LinearLayout xmlns:android="http://www.easck.com/apk/res/android" xmlns:tools="http://www.easck.com/tools"
- android:layout_width="match_parent" android:layout_height="match_parent"
- android:orientation="vertical" > <Button
- android:id="@+id/queryOne" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="查询一条记录" />
- <Button android:id="@+id/insert"
- android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:text="添加" /> <Button
- android:id="@+id/update" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="修改" />
- <Button android:id="@+id/delete"
- android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:text="删除" /> <Button
- android:id="@+id/findAll" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="查询全部" />
- </LinearLayout>
到这里就介绍完了,这些代码并不高深,之所以记录下来,是留着以后用到的时候方便查看,当然这个代码对于初学者,还是非常有帮助的。










