<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: Android Scripting Environment</title>
    <link>http://www.jessirae.com/blog/articles/2009/07/14/android-scripting-environment</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Android Scripting Environment</title>
      <description>&lt;p&gt;&lt;em&gt;Write scripts for Android on the fly with bean shell, python or lua using Android Scripting Environment (ASE).&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://code.google.com/p/android-scripting/"&gt;Install &lt;span class="caps"&gt;ASE&lt;/span&gt;&lt;/a&gt; on android.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://code.google.com/p/eyes-free/"&gt;Install &lt;span class="caps"&gt;TTS&lt;/span&gt;&lt;/a&gt; on android.&lt;/p&gt;


Write 3 lines of lua for an &amp;#8220;app&amp;#8221; that can speak whatever crazy explicatives you desire.
&lt;pre&gt;
&lt;code&gt;
 require android
 name = android.getInput("Enter text to speak","")
 android.speak(name.result)
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;&lt;img src="http://www.jessirae.com/blog/files/ASE1.png" alt="" /&gt;&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;ASE&lt;/span&gt; is well suited for playing with Lua or Python on your commute home.&lt;/p&gt;


	&lt;p&gt;Any functionality native to the phone that isn&amp;#8217;t already exposed in the &lt;span class="caps"&gt;API&lt;/span&gt; can be exposed by recompiling the app, which requires that you compile the android os too.&lt;/p&gt;
</description>
      <pubDate>Tue, 14 Jul 2009 21:54:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:97252bfb-8bce-4f7a-b86e-2b6372cd0632</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2009/07/14/android-scripting-environment</link>
      <category>android</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/12802</trackback:ping>
    </item>
  </channel>
</rss>

