
Android
Get flash to fully experience Pearltrees
App Inventor team announced their initial, alpha, version of the App Inventor Java Bridge. Here is an excerpt from AI team: “ The App Inventor Java Bridge helps make a transition from developing Android applications with App Inventor for Android, to developing with Java and the Android SDK.
M. Hossein Amerkashi's Blog | My Blog Site
100 Top Android Apps of 2011 - Datamation
App Inventor Blog
The 20 most useful Android smartphone apps of 2011 | TechRepublic
There are many ways to get into Android development - buying and reading Android books, visiting a plethora of Android-themed dev sites, navigating thousands of StackOverflow.com questions tagged with "Android," or even entering our book giveaways. For visual learners, here's yet another one - a massive series of hands-on video tutorials amounting to almost 20 hours of footage. The series , created by TheNewBoston and mybringback YouTube users, and organized into a straightforward 200-video playlist by ChangingTheUnknown , contains tons of absolutely free content that, in my opinion, teaches using the best way possible - by showing you code. Lots of code. All the time. I'm not sure experienced developers will be able to justify spending 20 hours watching these video tutorials, but for those starting out, they're just perfect.
Learning Android Development? Here Is A 200-Episode (Almost 20 Hours) Tutorial Series - All For Free [Videos]
Paint Pot (Part 1) - App Inventor for Android
App Inventor for Android lets people create apps for Android phones by manipulating programming blocks in a web browser. Since July 2010, Google has run App Inventor as a large-scale public web service as a part of its Google Labs suite. With the wind down of Google Labs, as of December 31, 2011, Google ended support of App Inventor. In order to ensure the future success of App Inventor, Google Research has funded the establishment of the Center for Mobile Learning at the MIT Media Lab. Sometime in the first quarter of 2012, the Center plans to provide a large scale App Inventor service for general public access, similar to the one Google ran.SL4A is designed for developers and is alpha quality software. Please report bugs and feature requests on the issues list . You can download the current APK by scanning or clicking the following barcode: Start by reading "Introducing SL4A: The Scripting Layer for Android" by Pieter Greyling and "Packaging and Distributing" by Paul Ferrill.
android-scripting - Scripting Layer for Android brings scripting languages to Android. - Google Project Hosting
TheNewBoston - Android - YouTube
The Scripting Layer for Android (SL4A) and the new SL4A Tablet Remix have a lot of powerful features and interestingly can be used to consume data from a variety of sources both online and offline. The ability to work with some data sources, such as simple relational databases is built in, but thanks to the ability to add additional code libraries to this environment we also get the opportunity to work with non-relational databases and even Linked Data. In this article I will quickly show you how to work with three different types of data source using Python in SL4A: a relational database in the form of a SQLite file, a non-relational database in the form of CouchDB and Linked Data generated from Wikipedia which we will interrogate using the SPARQL language. SQLite

