Android Binding for GNU Smalltalk ready

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Android Binding for GNU Smalltalk ready

Stefan Krecher
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

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk