<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; SQLiteDatabase</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=sqlitedatabase" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 07 Feb 2026 10:59:52 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Android 开发SQLiteDatabase操作类</title>
		<link>http://www.lanxinbase.com/?p=1021</link>
		<comments>http://www.lanxinbase.com/?p=1021#comments</comments>
		<pubDate>Mon, 16 May 2016 06:28:35 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[SQLiteDatabase]]></category>
		<category><![CDATA[SQLiteOpenHelper]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1021</guid>
		<description><![CDATA[以上的代码是SQLite操作类的源代码，实现的方法很简单：

1.新增DBHelper类，继承SQLiteOpenHelper，并且实现onCreate跟onUpgrade方法。

2.新增DBbridge类，用来实现数据库的增、删、改、查等4个方法。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=1021</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
