<?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: Qr Codes Made Even Easier With Android</title>
	<atom:link href="http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 12:24:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Qr Codes With Android &#171; erics2011</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-531</link>
		<dc:creator>Qr Codes With Android &#171; erics2011</dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-531</guid>
		<description>[...] Original Links: http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Links: http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-291</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-291</guid>
		<description>Sorry
&lt;code&gt;
bundle.putByteArray(str, myByteArray);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry<br />
<code><br />
bundle.putByteArray(str, myByteArray);<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-290</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-290</guid>
		<description>Hi,

how can I encode byte array?
I&#039;ve unsuccessful tried with
&lt;code&gt;
  private void encodeBarcode(String type, Bundle data) {
    Intent intent = new Intent(&quot;com.google.zxing.client.android.ENCODE&quot;);
    intent.putExtra(&quot;ENCODE_TYPE&quot;, type);
    intent.putExtra(&quot;ENCODE_DATA&quot;, data);
    startActivity(intent);
  }

        Bundle bundle = new Bundle();
        String str = &quot;BLA&quot;;
	bundle.putByteArray(meal, myByteArray);
	encodeBarcode(&quot;TYPE&quot;, bundle);
&lt;/code&gt;
Wich type is valid (for encodeBarcode)?
Wich type must I set for byte array?
Can byte array be encoded?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how can I encode byte array?<br />
I&#8217;ve unsuccessful tried with<br />
<code><br />
  private void encodeBarcode(String type, Bundle data) {<br />
    Intent intent = new Intent("com.google.zxing.client.android.ENCODE");<br />
    intent.putExtra("ENCODE_TYPE", type);<br />
    intent.putExtra("ENCODE_DATA", data);<br />
    startActivity(intent);<br />
  }</p>
<p>        Bundle bundle = new Bundle();<br />
        String str = "BLA";<br />
	bundle.putByteArray(meal, myByteArray);<br />
	encodeBarcode("TYPE", bundle);<br />
</code><br />
Wich type is valid (for encodeBarcode)?<br />
Wich type must I set for byte array?<br />
Can byte array be encoded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lettura BarCode da fotocamera - Forum Android Italiano</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-248</link>
		<dc:creator>Lettura BarCode da fotocamera - Forum Android Italiano</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-248</guid>
		<description>[...] principale del codice che ho scaricato, mentre invece basta lanciare come indica in questa pagina: a walking city Blog Archive Qr Codes Made Even Easier With Android E funziona perfettamente e in pochissime righe di codice. Grazie Azatoth per la dritta!!! [...]</description>
		<content:encoded><![CDATA[<p>[...] principale del codice che ho scaricato, mentre invece basta lanciare come indica in questa pagina: a walking city Blog Archive Qr Codes Made Even Easier With Android E funziona perfettamente e in pochissime righe di codice. Grazie Azatoth per la dritta!!! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-43</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 27 Oct 2008 20:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-43</guid>
		<description>I think the main problem will be trying to keep up with dependencies with other apps.  Telling users which applications they need to have installed for your application to work properly.  As it is I think a lot of people are confused about why they would need Barcode scanner installed when they have one of the other two installed.  Maybe some kind of -include-dependencies setting in the manifest?</description>
		<content:encoded><![CDATA[<p>I think the main problem will be trying to keep up with dependencies with other apps.  Telling users which applications they need to have installed for your application to work properly.  As it is I think a lot of people are confused about why they would need Barcode scanner installed when they have one of the other two installed.  Maybe some kind of -include-dependencies setting in the manifest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Switkin</title>
		<link>http://awalkingcity.com/blog/2008/10/23/qr-codes-made-even-easier-with-android/comment-page-1/#comment-38</link>
		<dc:creator>Daniel Switkin</dc:creator>
		<pubDate>Fri, 24 Oct 2008 00:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=116#comment-38</guid>
		<description>Thanks for the post, it&#039;s exactly on the money. We hope people will be able to leverage barcode scanning to do new and creative things.

You can have a look at the android test app for more examples of sending these intents:

http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java

Cheers,
Daniel</description>
		<content:encoded><![CDATA[<p>Thanks for the post, it&#8217;s exactly on the money. We hope people will be able to leverage barcode scanning to do new and creative things.</p>
<p>You can have a look at the android test app for more examples of sending these intents:</p>
<p><a href="http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java" rel="nofollow">http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java</a></p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

