clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

Add on-item-click trait to list-view #34

Closed tristanstraub closed 10 years ago

tristanstraub commented 10 years ago

I've added on-item-click to the list-view traits. I couldn't figure out another way to use the on-item-click macro.

How do I run the tests on neko?

I'm currently building neko using "lein clean", "lein droid compile", and "lein jar", then using :external-classes-paths to pull in the snapshot.jar. Is there a better way?

alexander-yakushev commented 10 years ago

lein droid jar to build Neko. To use the jar later you can employ lein-localrepo.