Android基础:SQLite数据库的小案例(增删改查)
发布时间
阅读量:
阅读量
SqlLite具备支持应用持久化数据存储的功能,能够容纳大量数据(相较于内部存储方式而言)。
案例:
效果图

创建布局文件
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/darker_gray"
android:orientation="vertical"
android:padding="16dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_co
全部评论 (0)
还没有任何评论哟~
