links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "android",

Top "android" experts: venuem, caldennu, caldenni, taranfx, sourcebits, fuzzor,

1 - 2 of 2   Watch mshook
 
via
http://twitter.com/programmingjoy
Javascript as Compiler Target: Clamato, GWT Smalltalk, Python, Scheme
http://www.infoq.com/news/2009/09/javascript-compilation-target

(require moby/stub/world)

(define WIDTH 320)
(define HEIGHT 480)

(define (render w)
  (place-image 
   (text "Hello World" 10 "Black")
   20
   20
   (empty-scene WIDTH HEIGHT)))

(big-bang WIDTH HEIGHT 10 0)
(on-redraw render)

After a few minutes of poking around, I was able to compile this to Java and then run it on the Android Emulator:

by mshook 2009-10-01 16:40 scheme · android · javascript · compiler · lisp · java · mobile · example · code · interesting
http://benjisimon.blogspot.com/2009/03/plt-scheme-meets-android-platform.html - cached - mail it - history
michael@ubuntu:/host/Documents and Settings/Michael/My Documents/Downloads/android-sdk-linux_x86-1.5_r2/tools$ ./android create avd -t 2 -n android15
Android 1.5 is a basic Android platform.
Do you wish to create a custom hardware profile [no]
Created AVD 'android15' based on Android 1.5

michael@ubuntu:/host/Documents and Settings/Michael/My Documents/Downloads/android-sdk-linux_x86-1.5_r2/tools$ ./emulator -avd android15
by mshook 2009-05-24 16:16 android · howto · cli · 24 · may · 2009 · a · pda · emulator
http://mshook.appspot.com/z/d4m.htm?/mshook/24+may+2009+a - cached - mail it - history
1 - 2 of 2  
Related Tags
 
- exclude ~ optional + require
Add Dates