help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Android Binding for GNU Smalltalk ready


From: Stefan Krecher
Subject: [Help-smalltalk] Android Binding for GNU Smalltalk ready
Date: Wed, 27 Jun 2012 21:58:51 +0200

Hi,
Essentially it's no big thing - just a few lines of Smalltalk-code: i
created a GNU Smalltalk star Package including the "Android" class
that gives access to the full Android API via SL4A.
Usage is simple. First file in the package with:

PackageLoader fileInPackage: 'Android'.

Then you can use it like this:

| android |
android := Android new.
android makeToast: 'Hello World!'.

more on my blog:
http://krecher.com/2012/06/android-binding-for-gnu-smalltalk-ready.html

regards,
Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]