<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<!--
	This feed generated for Anonymous
	More info at http://naklon.info/rss/about.htm
-->
<channel>
<title>Novice Tutorials</title>
<link>http://www.anddev.org/</link>
<description>&lt;b&gt;Basic Tutorials&lt;/b&gt; concerning: GUI, Views, Activites, XML, Layouts, Intents, ...&lt;br /&gt;&lt;img src="/images/tiny_arrow.png" /&gt; &lt;a href="http://www.anddev.org/viewtopic.php?t=75"&gt;Request Tutorial&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/anddev_NoviceTutorials" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="RSS" style="vertical-align:middle;border:0"/&gt;&lt;/a&gt; </description>
<managingEditor>team@anddev.org</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>en</language>
<lastBuildDate>Thu, 16 Jul 2009 14:25:49 GMT</lastBuildDate>
<image>
	<url>http://www.anddev.org/templates/subSilver/images/logo_phpBB_med.gif</url>
	<title>Novice Tutorials</title>
	<link>http://www.anddev.org/</link>
	<width>122</width>
	<height>56</height>
</image>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/anddev_NoviceTutorials" type="application/rss+xml" /><item>
<title>Novice Tutorials :: Intent files</title>
<link>http://feedproxy.google.com/~r/anddev_NoviceTutorials/~3/T3tfpzSJcFo/viewtopic.php</link>
<pubDate>Thu, 16 Jul 2009 14:18:04 GMT</pubDate>
<guid isPermaLink="false">http://www.anddev.org/viewtopic.php?p=24423#24423</guid>
<description>Author: &lt;a href="http://www.anddev.org/profile.php?mode=viewprofile&amp;u=10439" target="_blank"&gt;TRDanny&lt;/a&gt;&lt;br /&gt;
Subject: Intent files&lt;br /&gt;
Posted: Thu Jul 16, 2009 3:18 pm (GMT 1)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hello, I am trying to open a file with intents:
&lt;br /&gt;

&lt;br /&gt;
     Intent myIntent = null;
&lt;br /&gt;
     File file = new File(
&lt;br /&gt;
		&amp;quot;C:\\Documents and Settings\\user\\workspace\\fileopen\\assets\\file.htm&amp;quot;);
&lt;br /&gt;
               // The intent will open our anddev.org-board and search for the keyword clicked.
&lt;br /&gt;
               myIntent = new Intent(&amp;quot;android.intent.action.VIEW&amp;quot;,
&lt;br /&gt;
                    Uri.fromFile(file));
&lt;br /&gt;
          
&lt;br /&gt;
          // Start the activity
&lt;br /&gt;
     startActivity(myIntent);
&lt;br /&gt;

&lt;br /&gt;
But I am file process.com.fileopen has stopped unexpectedly error.
&lt;br /&gt;

&lt;br /&gt;
Suggestions? Thanks!&lt;/span&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/anddev_NoviceTutorials/~4/T3tfpzSJcFo" height="1" width="1"/&gt;</description>
<dc:creator>TRDanny</dc:creator>
<dc:subject>Novice Tutorials</dc:subject>
<annotate:reference rdf:resource="http://www.anddev.org/viewtopic.php?p=24423#24423" />
<comments>http://www.anddev.org/posting.php?mode=quote&amp;p=24423</comments>
<feedburner:origLink>http://www.anddev.org/viewtopic.php?p=24423#24423</feedburner:origLink></item>
</channel>
</rss><!-- Page generation time: 0.0395s  - Memory Usage: 2.408 Mb  - GZIP enabled -->
