<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Android Community Forums - Tools & SDK for developers & "hackers"]]></title>
		<link>http://androidcommunity.com/forums/</link>
		<description>Discuss developing Android applications using the Android framework.</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 12:45:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://androidcommunity.com/forums/images/misc/rss.jpg</url>
			<title><![CDATA[Android Community Forums - Tools & SDK for developers & "hackers"]]></title>
			<link>http://androidcommunity.com/forums/</link>
		</image>
		<item>
			<title>http adaptive streaming</title>
			<link>http://androidcommunity.com/forums/f2/http-adaptive-streaming-28515-new/</link>
			<pubDate>Wed, 18 Nov 2009 00:46:58 GMT</pubDate>
			<description>can anyone tell me if ANdroid supports http live streaming and or Adaptive HTTP streaming similar to the Iphone ?</description>
			<content:encoded><![CDATA[<div>can anyone tell me if ANdroid supports http live streaming and or Adaptive HTTP streaming similar to the Iphone ?</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>dvrman</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/http-adaptive-streaming-28515/</guid>
		</item>
		<item>
			<title>Can Android boot into a single application on boot?</title>
			<link>http://androidcommunity.com/forums/f2/can-android-boot-into-a-single-application-on-boot-27236-new/</link>
			<pubDate>Sat, 24 Oct 2009 05:34:33 GMT</pubDate>
			<description><![CDATA[How easy is it to make an application that's just a wrapper around the browser? 
 
Can the Android OS boot directly into that application so that...]]></description>
			<content:encoded><![CDATA[<div>How easy is it to make an application that's just a wrapper around the browser?<br />
<br />
Can the Android OS boot directly into that application so that only a certain <br />
application launches after boot.<br />
<br />
I'm building a client some custom software and I'd prefer to use one of those Archos 5 MIDs than a Linux netbook.</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>RoamingGnome</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/can-android-boot-into-a-single-application-on-boot-27236/</guid>
		</item>
		<item>
			<title><![CDATA[Webview & Message Alert Save Password]]></title>
			<link>http://androidcommunity.com/forums/f2/webview-and-message-alert-save-password-27072-new/</link>
			<pubDate>Wed, 21 Oct 2009 13:06:34 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm developing an application it starts using TabActivity. When the user click on button (in this activity), I call an another Activity...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm developing an application it starts using TabActivity. When the user click on button (in this activity), I call an another Activity using:<br />
<br />
Intent i = new Intent(miTabActivity.getBaseContext(),LoginWindow. class);<br />
...<br />
miTabActivity.getBaseContext().startActivity(i);<br />
<br />
My intent &quot;i&quot; contains a WebView opens a login page. When the user fill in this field and pulse the &quot;Send&quot; button, this form validate the user. The problem is with the message alert (typical: Do you like save your password? And its buttons: &quot;Remember&quot; &quot;Never&quot; &quot;Not now&quot;) that appears in background (and I can't click until I click &quot;Keyboard button RETURN of Android&quot;). It seems like were in the first Activity (TabActivity).<br />
<br />
I tried to look for a property of WebView (but I have found nothing). I tried to reimplement the onSavePassword method (of WebView) but it's private.<br />
<br />
Thanks a lot.</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>pakkk</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/webview-and-message-alert-save-password-27072/</guid>
		</item>
		<item>
			<title>Problem with playing Video file.</title>
			<link>http://androidcommunity.com/forums/f2/problem-with-playing-video-file-26805-new/</link>
			<pubDate>Fri, 16 Oct 2009 09:08:55 GMT</pubDate>
			<description>Hi All,  
  
I am just trying to play a video from a raw folder available in my project resource by using the following simple code snippet provided...</description>
			<content:encoded><![CDATA[<div>Hi All, <br />
 <br />
I am just trying to play a video from a raw folder available in my project resource by using the following simple code snippet provided by Android developers website. <br />
 <br />
public void onCreate(Bundle savedInstanceState) { <br />
        super.onCreate(savedInstanceState); <br />
        setContentView(R.layout.main); <br />
         <br />
        MediaPlayer mp = MediaPlayer.create(getBaseContext(), R.raw.sample); // sample: it is a .m4v file. <br />
        mp.start(); <br />
 <br />
    } <br />
 <br />
But when i run my code, it plays only the sound, i didn't see video player or video. Only sound is coming. May i know what should be the problem and how to resolve this issue? <br />
 <br />
Note: I'm trying on Android OS 1.5 HTC T-mobile handset. <br />
 <br />
Can someone came across this please provide me your suggestions? <br />
 <br />
John..</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>John_Yard</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/problem-with-playing-video-file-26805/</guid>
		</item>
		<item>
			<title>Mac os x Adb problem</title>
			<link>http://androidcommunity.com/forums/f2/mac-os-x-adb-problem-26787-new/</link>
			<pubDate>Thu, 15 Oct 2009 22:07:20 GMT</pubDate>
			<description>I  downloaded and installed the latest mac intel sdk 1.6 to link with my new rogers magic which is running 1.5. I unpacked everything and restarted...</description>
			<content:encoded><![CDATA[<div>I  downloaded and installed the latest mac intel sdk 1.6 to link with my new rogers magic which is running 1.5. I unpacked everything and restarted my computer. I also enabled debugging on my Magic 3g. When I plug my Magic in, I open terminal in su (root) and once inside the folder, i try running the &quot;adb devices&quot; command however it doesnt work. I get &quot;bash adb command not found&quot;. Any ideas from the mac users on here?</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>ryrules1</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/mac-os-x-adb-problem-26787/</guid>
		</item>
		<item>
			<title>Looking for help</title>
			<link>http://androidcommunity.com/forums/f2/looking-for-help-26457-new/</link>
			<pubDate>Sat, 10 Oct 2009 03:00:43 GMT</pubDate>
			<description>hello all, i have just changed to a touchpro 2 and jumping cupcakes and androids i miss my g1. So i was wondering if anyone would take the time to...</description>
			<content:encoded><![CDATA[<div><font face="fixedsys"><font size="4">hello all, i have just changed to a touchpro 2 and jumping cupcakes and androids i miss my g1. So i was wondering if anyone would take the time to show a fellow lover of android how to emulate linux along with load the android emulator on my htc device. Please and thank you!!!:d</font></font></div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>dres3733</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/looking-for-help-26457/</guid>
		</item>
		<item>
			<title>Can I boost wifi signal to my cell phone?</title>
			<link>http://androidcommunity.com/forums/f2/can-i-boost-wifi-signal-to-my-cell-phone-25814-new/</link>
			<pubDate>Mon, 28 Sep 2009 07:45:20 GMT</pubDate>
			<description>Hi everyone, forgive me if I use slightly different terms than you guys in the USA, here in UK its a little different but here goes. 
I have the HTC...</description>
			<content:encoded><![CDATA[<div>Hi everyone, forgive me if I use slightly different terms than you guys in the USA, here in UK its a little different but here goes.<br />
I have the HTC Hero and I love it, I work night shifts and have a boring job so I get a great open connection to my Company wifi so I can be online without using my own 3g connection.<br />
At home I cant pick up free wifi unles I go outside onto my patio and I can then pick up an open connection, its obviouslly my neighbours that Im piggy backing.<br />
Question is, is it possible to get that signal from my patio into my house, ie to make it stronger or to direct it so it can be accessed inside my house without me having to approach him?<br />
If this question shouldn`t be asked then it can be deleted by the admins.<br />
Thanks for reading.<br />
Ziggy</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>ziggy</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/can-i-boost-wifi-signal-to-my-cell-phone-25814/</guid>
		</item>
		<item>
			<title>Endlich etwas Gutes</title>
			<link>http://androidcommunity.com/forums/f2/endlich-etwas-gutes-24924-new/</link>
			<pubDate>Sat, 12 Sep 2009 07:03:18 GMT</pubDate>
			<description>Lesen Sie das gesamte Blog, pretty good</description>
			<content:encoded><![CDATA[<div>Lesen Sie das gesamte Blog, pretty good</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>Dana_Tools</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/endlich-etwas-gutes-24924/</guid>
		</item>
		<item>
			<title>Play Audio using sound package</title>
			<link>http://androidcommunity.com/forums/f2/play-audio-using-sound-package-24234-new/</link>
			<pubDate>Mon, 31 Aug 2009 23:15:26 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I am working on Android's Media Player. 
I have developed simple code in Android using Media Player that works for wav and mp3 files. 
...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am working on Android's Media Player.<br />
I have developed simple code in Android using Media Player that works for wav and mp3 files.<br />
<br />
MediaPlayer mp = MediaPlayer.create(this, R.raw.chimes);<br />
mp.start();<br />
<br />
I have also developed simple audio java code using built in package of Java (javax.sound.sampled). The audio files contains stream data(FileOutputStream).<br />
But Android does not support sound package.<br />
<br />
Is there any other way to play audio.<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>nishantshah</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/play-audio-using-sound-package-24234/</guid>
		</item>
		<item>
			<title>Learning Android</title>
			<link>http://androidcommunity.com/forums/f2/learning-android-23796-new/</link>
			<pubDate>Tue, 25 Aug 2009 15:48:21 GMT</pubDate>
			<description>I am looking to learn Android, but not having much success teaching myself through books and tutorials. 
 
Anyone know of a school in the NY area...</description>
			<content:encoded><![CDATA[<div>I am looking to learn Android, but not having much success teaching myself through books and tutorials.<br />
<br />
Anyone know of a school in the NY area offering formal training in Android programming?<br />
<br />
Hate to say, but a a Google search wasn't much help.<br />
<br />
Thanks,<br />
CP</div>

]]></content:encoded>
			<category domain="http://androidcommunity.com/forums/f2/"><![CDATA[Tools & SDK for developers & "hackers"]]></category>
			<dc:creator>cmpdesignz</dc:creator>
			<guid isPermaLink="true">http://androidcommunity.com/forums/f2/learning-android-23796/</guid>
		</item>
	</channel>
</rss>
