<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Wizard &#187; camera</title>
	<atom:link href="http://www.itwizard.ro/tag/camera/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwizard.ro</link>
	<description>embedded / mobile phone development</description>
	<lastBuildDate>Wed, 02 Dec 2009 14:21:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using the Camera</title>
		<link>http://www.itwizard.ro/using-the-camera-150.html</link>
		<comments>http://www.itwizard.ro/using-the-camera-150.html#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:42:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android java]]></category>
		<category><![CDATA[camera]]></category>

		<guid isPermaLink="false">http://www.itwizard.ro/?p=150</guid>
		<description><![CDATA[(Android phone &#8211; how-to/example)
In order to use the Android Camera you need your activity to implement android.view.SurfaceHolder.Callback, example:
public class CameraTest extends Activity implements SurfaceHolder.Callback
{
	// Camera object
	private Camera m_oCamera;
In your Activity, you’ll also need:
- an android.view.SurfaceView.SurfaceView to display the picture preview and
- an android.view.SurfaceHolder that is an 
	private SurfaceView m_oSurfaceView;
	private SurfaceHolder m_oSurfaceHolder;
Than you initialize them:
m_oSurfaceView = [...]]]></description>
		<wfw:commentRss>http://www.itwizard.ro/using-the-camera-150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
