<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Against All Odds - SQLite</title>
			<link>http://www.ppshein.net/index.cfm</link>
			<description>A blog for ColdFusion, Android, jQuery, jQueryMobile, Oracle, HL7 and other Web-based programming languages, Web Server like IIS7 and RDMS like Oracle, Microsoft SQL and MySQL.</description>
			<language>en-us</language>
			<pubDate>Fri, 24 May 2013 06:36:50 -0700</pubDate>
			<lastBuildDate>Tue, 12 Mar 2013 11:09:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pyaephyoeshein@gmail.com</managingEditor>
			<webMaster>pyaephyoeshein@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pyaephyoeshein@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>moveToNext and moveToFirst sqlite cursor</title>
				<link>http://www.ppshein.net/index.cfm/2013/3/12/moveToNext-and-moveToFirst-sqlite-cursor</link>
				<description>
				
				Honestly, I&apos;ve never recognized every top record is missing when I retrieve data from sqlite table. It&apos;s really bad when someone point out that one record is missing even it&apos;s in sqlite table. That&apos;s why got stressed that how come every one top record is missing by following coding.

&lt;code&gt;
while(cursor.moveToNext()){    				    				
	startfrom = Integer.parseInt(cursor.getString(0));
}
&lt;/code&gt;
				 [More]
				</description>
				
				
				<category>SQLite</category>
				
				<category>Android</category>
				
				<pubDate>Tue, 12 Mar 2013 11:09:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2013/3/12/moveToNext-and-moveToFirst-sqlite-cursor</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Planet Myanmar Dictionary Android version</title>
				<link>http://www.ppshein.net/index.cfm/2011/10/13/Planet-Myanmar-Dictionary-Android-version</link>
				<description>
				
				&lt;p&gt;
	Today I&amp;#39;ve published my another Android application to Android market which called &amp;quot;&lt;strong&gt;Planet Myanmar Dictionary&lt;/strong&gt;&amp;quot;.&amp;nbsp;Planet Myanmar Dictionary is dedicated to our Planet user who would like to use Planet Dictionary through their Android OS based mobile phone without accessing Internet. It&amp;#39;s easy to search and save your favorite word in their mobile. In this application, I&amp;#39;ve used SQLite as storage engine. Honestly, I&amp;#39;m very very new to SQLite and don&amp;#39;t have much experience of it. But I&amp;#39;m very glad to touch SQLite and data manipulate.&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>SQLite</category>
				
				<category>Android</category>
				
				<pubDate>Thu, 13 Oct 2011 22:04:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/10/13/Planet-Myanmar-Dictionary-Android-version</guid>
				
				
			</item>
			
		 	
			</channel></rss>