<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Using SQLite database in Xamarin.Android	</title>
	<atom:link href="https://www.codejourney.net/using-sqlite-database-in-xamarin-android/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/</link>
	<description>Pragmatic full stack software development</description>
	<lastBuildDate>Sat, 17 Nov 2018 13:11:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Dawid Sibiński		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-93</link>

		<dc:creator><![CDATA[Dawid Sibiński]]></dc:creator>
		<pubDate>Sat, 23 Jun 2018 16:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-93</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-92&quot;&gt;Samson&lt;/a&gt;.

Hey Samson,
are you sure you installed the newest version?
Dawid]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-92">Samson</a>.</p>
<p>Hey Samson,<br />
are you sure you installed the newest version?<br />
Dawid</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samson		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-92</link>

		<dc:creator><![CDATA[Samson]]></dc:creator>
		<pubDate>Thu, 14 Jun 2018 10:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-92</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-91&quot;&gt;Dawid Sibiński&lt;/a&gt;.

Visual studio 2017 does not recognize using SQLite;
I have installed the pack sqlite-net-pcl. please what can I do]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-91">Dawid Sibiński</a>.</p>
<p>Visual studio 2017 does not recognize using SQLite;<br />
I have installed the pack sqlite-net-pcl. please what can I do</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dawid Sibiński		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-91</link>

		<dc:creator><![CDATA[Dawid Sibiński]]></dc:creator>
		<pubDate>Mon, 07 May 2018 12:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-91</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-90&quot;&gt;arian&lt;/a&gt;.

Hey Arian,
I guess you have wrong &#039;using&#039; statements for SQLite in your class. You should add &#039;using SQLite;&#039;, maybe you are using &#039;using SQLite.Net;&#039; ?
Check this file for a proper using statements list: https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/Orm/SqliteRepository.cs

If you still have some errors please share your code.
Dawid]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-90">arian</a>.</p>
<p>Hey Arian,<br />
I guess you have wrong &#8216;using&#8217; statements for SQLite in your class. You should add &#8216;using SQLite;&#8217;, maybe you are using &#8216;using SQLite.Net;&#8217; ?<br />
Check this file for a proper using statements list: <a href="https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/Orm/SqliteRepository.cs" rel="nofollow ugc">https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/Orm/SqliteRepository.cs</a></p>
<p>If you still have some errors please share your code.<br />
Dawid</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arian		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-90</link>

		<dc:creator><![CDATA[arian]]></dc:creator>
		<pubDate>Mon, 07 May 2018 12:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-90</guid>

					<description><![CDATA[hello
in visual studio 2017 i got this error:
&#039;sqliteconnection&#039; does not contain a constractor that takes one argumens.
how can i fix it?
can you help me?
thank you.]]></description>
			<content:encoded><![CDATA[<p>hello<br />
in visual studio 2017 i got this error:<br />
&#8216;sqliteconnection&#8217; does not contain a constractor that takes one argumens.<br />
how can i fix it?<br />
can you help me?<br />
thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arian		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-89</link>

		<dc:creator><![CDATA[arian]]></dc:creator>
		<pubDate>Mon, 07 May 2018 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-89</guid>

					<description><![CDATA[hello
in visual studio 2017 i got this error:
&#039;sqliteconnection&#039; does not contain a constractor that takes one argumens.
how can i fix it?]]></description>
			<content:encoded><![CDATA[<p>hello<br />
in visual studio 2017 i got this error:<br />
&#8216;sqliteconnection&#8217; does not contain a constractor that takes one argumens.<br />
how can i fix it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dawid Sibiński		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-68</link>

		<dc:creator><![CDATA[Dawid Sibiński]]></dc:creator>
		<pubDate>Sun, 30 Jul 2017 14:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-68</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-67&quot;&gt;Mark Shook&lt;/a&gt;.

Hello Mark, thanks for your comment.
Finally I changed the implementation of Repository (I made it generic, introduced few interfaces to be easily used for any entity). If you want you can see the following &quot;Orm&quot; folder and files inside: https://github.com/iks111/MoneyBack/tree/master/Android/MoneyBack/Orm

For some more details on getting the data back from the database, you can for instance take a look on how I populate the list of Events: https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/EventsListFragment.cs

If there&#039;s anything more I could be helpful with, let me know ;)

Regards,
Dawid]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-67">Mark Shook</a>.</p>
<p>Hello Mark, thanks for your comment.<br />
Finally I changed the implementation of Repository (I made it generic, introduced few interfaces to be easily used for any entity). If you want you can see the following &#8220;Orm&#8221; folder and files inside: <a href="https://github.com/iks111/MoneyBack/tree/master/Android/MoneyBack/Orm" rel="nofollow ugc">https://github.com/iks111/MoneyBack/tree/master/Android/MoneyBack/Orm</a></p>
<p>For some more details on getting the data back from the database, you can for instance take a look on how I populate the list of Events: <a href="https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/EventsListFragment.cs" rel="nofollow ugc">https://github.com/iks111/MoneyBack/blob/master/Android/MoneyBack/EventsListFragment.cs</a></p>
<p>If there&#8217;s anything more I could be helpful with, let me know 😉</p>
<p>Regards,<br />
Dawid</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark Shook		</title>
		<link>https://www.codejourney.net/using-sqlite-database-in-xamarin-android/#comment-67</link>

		<dc:creator><![CDATA[Mark Shook]]></dc:creator>
		<pubDate>Sun, 30 Jul 2017 13:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsibinski.pl/?p=970#comment-67</guid>

					<description><![CDATA[I found this useful, but I do wish you had included a bit more, namely how read the data back. Nevertheless, thnaks for publishing it. Cheers, man.]]></description>
			<content:encoded><![CDATA[<p>I found this useful, but I do wish you had included a bit more, namely how read the data back. Nevertheless, thnaks for publishing it. Cheers, man.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
