<?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; vibrator</title>
	<atom:link href="http://www.itwizard.ro/tag/vibrator/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 vibrator, playing a DTMF sound</title>
		<link>http://www.itwizard.ro/using-the-vibrator-playing-a-dtmf-sound-106.html</link>
		<comments>http://www.itwizard.ro/using-the-vibrator-playing-a-dtmf-sound-106.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android java]]></category>
		<category><![CDATA[dtmf]]></category>
		<category><![CDATA[play sound]]></category>
		<category><![CDATA[vibrator]]></category>

		<guid isPermaLink="false">http://www.itwizard.ro/?p=106</guid>
		<description><![CDATA[(Android phone &#8211; how-to/examples)
So you want to make the Android vibe, with one of your actions. For this use android.os.Vibrator
Basically there are 2 lines of code:
Vibrator vibrator = (Vibrator) getSystemService(VIBRATOR_SERVICE);
vibrator.vibrate(milliseconds);
Playing a sound on Android is just as easy:
Use android.media.ToneGenerator
ToneGenerator tg = new ToneGenerator(AudioManager.STREAM_SYSTEM, 100);
tg.startTone(ToneGenerator.TONE_PROP_BEEP2);


Bookmark It



















Hide Sites



$$('div.d106').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://www.itwizard.ro/using-the-vibrator-playing-a-dtmf-sound-106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

