background preloader

Lib

Facebook Twitter

Android-scripting - Scripting Layer for Android brings scripting languages to Android. SL4A's source has moved to github.

android-scripting - Scripting Layer for Android brings scripting languages to Android.

The issue tracker, wiki, and downloads will continue to be hosted here. Scripting Layer for Android (SL4A) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to get things done.

Scripts can be run interactively in a terminal, in the background, or via Locale. Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported, and we're planning to add more. SL4A is designed for developers and is alpha quality software. To install SL4A, you will need to enable the "Unknown sources" option in your device's "Application" settings. Still have questions? Want to learn more? You can buy "Practical Android Projects" on Amazon or directly from Apress. JavaScript.

Layar. Magnitude. OpenIntents. Un SDK pour utiliser Bing Maps sur Android « FrAndroid Communauté Android. Edouard Marquez • le 03 avril 2011 à 16:23 03 avril 2011 Tous ses articles google+ Développeur mobile, mais aussi rédacteur occasionnel sur FrAndroid, qui ne voit que par Android.

Un SDK pour utiliser Bing Maps sur Android « FrAndroid Communauté Android

Il en est persuadé que le monde sera bientôt contrôlé par des bonhommes verts ! Bing Maps va pouvoir être utilisé par les développeurs Android. Bing Maps est le concurrent de Google Maps. Pour Android, l’API Google Maps est très bien faite, mais vous allez pouvoir vous tourner vers la concurrence, via un SDK. La recherche : par area, id ou propertyLe pinch-to-zoom et le double clicLe calque traficLes directions (GPS)Bird’s eyeChangement selon l’orientationMa position Les différents appels sont faits de manière asynchrones. Si vous êtes intéressé, vous trouverez plus d’informations sur ce lien. Merci à pauland51. Vous aimez cet article, partagez-le ! Microsoft ouvre la reconnaissance vocale aux développeurs. Zxing Android. Spongy Castle by rtyley. Bouncy Castle - Dev - Spongy Castle (Bouncy Castle repackage for Android) - v1.47 release. Pidgin bientôt sous Android ? Pidgin IM client headed to Google Android? Pidgin is an open source, cross-platform instant messaging client that lets you chat with contacts on AIM, Windows Live, Google Talk, Yahoo, Jabber, and a number of other instant messaging services.

Pidgin IM client headed to Google Android?

There are Pidgin apps available for Windows, Mac, and Linux… and soon there could be an Android version as well. An independent developer has ported most of the key components to Google Android. The software currently lacks a user interface and the developer plans to add support for file transfers, reduce the memory footprint, and make some other changes. In the meantime you might want to consider some of the other chat applications for Android which allow you to communicate with your contacts on multiple instant messaging services: via Reddit. Pidgin for Android is mostly done - needs GUI help : Android. Pidroid IM (Pidgin on Android) Google Android dispose désormais d'une extension Spring - Journal du Net Développeurs.

Le framework Java propose depuis quelques jours une extension pour faciliter le développement d'applications natives pour le système d'exploitation mobile de Google.

Google Android dispose désormais d'une extension Spring - Journal du Net Développeurs

La nouvelle ne passera pas inaperçue dans l'écosystème Java. SpringSource (groupe VMWare) dote son infrastructure Java Spring d'une extension pour développer des applications natives pour Android. Spring for Android 1.0 propose un client Rest (RestTemplate), reposant sur les librairies J2SE HTTP et HttpClient, qui permet d'invoquer les services RESTful d'une application Android native. L'extension permet également de recourir à Spring Social. Il s'agit d'un système d'authentification reposant sur le protocole OAuth, pour s'intégrer à des services Web tiers - y compris ceux des grands réseaux sociaux comme Twitter et Facebook. Spring for Android. Android Jar libraries. Managing Projects from Eclipse with ADT.

Eclipse and the ADT plugin provide GUIs and wizards to create all three types of projects (Android project, Library project, and Test project): An Android project contains all of the files and resources that are needed to build a project into an .apk file for installation.

Managing Projects from Eclipse with ADT

You need to create an Android project for any application that you want to eventually install on a device. You can also designate an Android project as a library project, which allows it to be shared with other projects that depend on it. Once an Android project is designated as a library project, it cannot be installed onto a device. Test projects extend JUnit test functionality to include Android specific functionality.