Re: [GSOC 2013] Android UI as Clojure Data

2013-04-11 Thread Daniel Solano Gómez
Hello, On Wed Apr 10 11:42 2013, Junseok Lee wrote: > Hello! My name is Junseok Lee, and I'm studying CS at UC Berkeley. I was > lead to Clojure through my interest in the Lisp family of languages, > initiated by my studies of Scheme in my coursework. I've been lurking on > this group for a whi

Re: [GSOC 2013] Android UI as Clojure Data

2013-04-11 Thread BJG145
PS The Clojure-Android group is pretty much dead in the water, though Thomas Kalbe recently posted up a useful link to something he's been working on. https://groups.google.com/forum/#!topic/clojure-android/fzcX_ColRwE -- -- You received this message because you are subscribed to the Google G

Re: [GSOC 2013] Android UI as Clojure Data

2013-04-11 Thread BJG145
>I'm hoping to find an effective way to express Android UI layouts with Clojure Are you thinking in terms of working with the standard XML layout files or replacing them with something else...? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: [GSOC 2013] Android UI as Clojure Data

2013-04-11 Thread Junseok Lee
Thank you both for the helpful instruction. I'll be back once I've done a bit more research on those projects. On Thursday, April 11, 2013 12:34:00 AM UTC-7, Osbert Feng wrote: > > Be sure to look at neko and lein-droid, both most recently being worked on > by alexander-yakushev, I believe as a

Re: [GSOC 2013] Android UI as Clojure Data

2013-04-11 Thread Osbert Feng
Be sure to look at neko and lein-droid, both most recently being worked on by alexander-yakushev, I believe as a previous GSOC project: http://clojure-android.blogspot.com/ https://gist.github.com/alexander-yakushev/2907442 https://github.com/alexander-yakushev/lein-droid/blob/master/sample/src/cl

Re: [GSOC 2013] Android UI as Clojure Data

2013-04-10 Thread Dave Sann
Caveat - I haven't do any android dev and don't know details of their UI apis But not letting that get in the way of an opinion, I also suggest that you look at what Dave Ray has done with Seesaw for swing. There my well be useful ideas in there for you. https://github.com/daveray/seesaw/ in