<?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: Android tip #1 ContentProvider , Accessing local file system from WebView / showing image in webview using content://</title>
	<atom:link href="http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/</link>
	<description>The blog of TechJini Solutions</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:41:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aris Boch</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-10924</link>
		<dc:creator>Aris Boch</dc:creator>
		<pubDate>Fri, 28 May 2010 02:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-10924</guid>
		<description>Can any1 send me an app which can open html files from the g1 resp. android local storage?</description>
		<content:encoded><![CDATA[<p>Can any1 send me an app which can open html files from the g1 resp. android local storage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android Apps</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-8822</link>
		<dc:creator>Android Apps</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-8822</guid>
		<description>I think your blog need a new wordpress template. Downalod it from http://www.wpxthemes.com, The site has nice and unique wordpress templates.</description>
		<content:encoded><![CDATA[<p>I think your blog need a new wordpress template. Downalod it from <a href="http://www.wpxthemes.com" rel="nofollow">http://www.wpxthemes.com</a>, The site has nice and unique wordpress templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaya</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-8238</link>
		<dc:creator>Yaya</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-8238</guid>
		<description>Hi,
can you explain how do access the file in the html code ?

i&#039;ve tryed  and i having  &quot;Failed to find provider info for com.myCompany.myPackageName&quot;. 
For more explanation see:
 http://groups.google.com/group/android-developers/browse_thread/thread/d105f5194d843861#

Thanks a lot in advance !

Yaya</description>
		<content:encoded><![CDATA[<p>Hi,<br />
can you explain how do access the file in the html code ?</p>
<p>i&#8217;ve tryed  and i having  &#8220;Failed to find provider info for com.myCompany.myPackageName&#8221;.<br />
For more explanation see:<br />
 <a href="http://groups.google.com/group/android-developers/browse_thread/thread/d105f5194d843861#" rel="nofollow">http://groups.google.com/group/android-developers/browse_thread/thread/d105f5194d843861#</a></p>
<p>Thanks a lot in advance !</p>
<p>Yaya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-8106</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-8106</guid>
		<description>Hello Schorsch,

 Couple of things, the solution above was for android 1.0/1.1 earlier, with the new 2.1 api this is supported out of the box. Now if I am embedding webkit in my app I can load local files easily.

 Now coming to your situation, if you do not want an app and just have a web page which android users will open in their app it would not be a problem to access pictures from device.

 You can easily try it by making a simple html, putting it on your server and trying to access it from android browser.</description>
		<content:encoded><![CDATA[<p>Hello Schorsch,</p>
<p> Couple of things, the solution above was for android 1.0/1.1 earlier, with the new 2.1 api this is supported out of the box. Now if I am embedding webkit in my app I can load local files easily.</p>
<p> Now coming to your situation, if you do not want an app and just have a web page which android users will open in their app it would not be a problem to access pictures from device.</p>
<p> You can easily try it by making a simple html, putting it on your server and trying to access it from android browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schorsch</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-8105</link>
		<dc:creator>Schorsch</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-8105</guid>
		<description>Hi Amit,

as i am not a coder, but only a project manager (for a small startup) i have a general question. Does your workaround also work with a simple web/xhtml page or is it neccessary to create a piece of software that needs to be installed on each individual handset that wants to access the local file system? I am asking because we want to give the users of our not yet released community the possibility to upload pictures stored on their devices from within the browser. We dont have any app and also dont want our users to install any apps (unless theres sth like firefox plugins, that would actually be great!)

Do you have any idea on how to make that happen from a pure browsers environment? Or does your idea already work from a pure xhtml site?

Thanks alot in advance!
Schorsch</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>as i am not a coder, but only a project manager (for a small startup) i have a general question. Does your workaround also work with a simple web/xhtml page or is it neccessary to create a piece of software that needs to be installed on each individual handset that wants to access the local file system? I am asking because we want to give the users of our not yet released community the possibility to upload pictures stored on their devices from within the browser. We dont have any app and also dont want our users to install any apps (unless theres sth like firefox plugins, that would actually be great!)</p>
<p>Do you have any idea on how to make that happen from a pure browsers environment? Or does your idea already work from a pure xhtml site?</p>
<p>Thanks alot in advance!<br />
Schorsch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santori</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-6899</link>
		<dc:creator>Santori</dc:creator>
		<pubDate>Fri, 06 Nov 2009 02:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-6899</guid>
		<description>Nice post.  Thanks for sharing these tips.</description>
		<content:encoded><![CDATA[<p>Nice post.  Thanks for sharing these tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rokka</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-5494</link>
		<dc:creator>Rokka</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-5494</guid>
		<description>ehh... bookmarked :)</description>
		<content:encoded><![CDATA[<p>ehh&#8230; bookmarked <img src='http://www.techjini.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android, NetBeans, and the Assets directory &#124; Yet Another Programming Blog</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-4755</link>
		<dc:creator>Android, NetBeans, and the Assets directory &#124; Yet Another Programming Blog</dc:creator>
		<pubDate>Thu, 02 Apr 2009 23:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-4755</guid>
		<description>[...] found a few posts about WebView being unable to open local files, and the need to use a ContentProvider to get around [...]</description>
		<content:encoded><![CDATA[<p>[...] found a few posts about WebView being unable to open local files, and the need to use a ContentProvider to get around [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ATrubka</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-4578</link>
		<dc:creator>ATrubka</dc:creator>
		<pubDate>Sun, 01 Mar 2009 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-4578</guid>
		<description>Hi, guys. I thought it might be helpful to have a complete working example.

It&#039;s on my blog with some explanations around it:
http://blog.tourizo.com/2009/02/how-to-display-local-file-in-android.html</description>
		<content:encoded><![CDATA[<p>Hi, guys. I thought it might be helpful to have a complete working example.</p>
<p>It&#8217;s on my blog with some explanations around it:<br />
<a href="http://blog.tourizo.com/2009/02/how-to-display-local-file-in-android.html" rel="nofollow">http://blog.tourizo.com/2009/02/how-to-display-local-file-in-android.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/comment-page-1/#comment-4554</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2009/01/10/android-tip-1-contentprovider-accessing-local-file-system-from-webview-showing-image-in-webview-using-content/#comment-4554</guid>
		<description>Hello Tyler,
  Thanks for pointing that out and giving your code, I have added a note in point 3.</description>
		<content:encoded><![CDATA[<p>Hello Tyler,<br />
  Thanks for pointing that out and giving your code, I have added a note in point 3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
