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 [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
