clojure-android / neko

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

Add filtering list view example #64

Closed satchit8 closed 8 years ago

alexander-yakushev commented 8 years ago

@satchit8 Any particular reason why you've closed It?

satchit8 commented 8 years ago

@alexander-yakushev Had second thoughts. I value simple examples, but AFAICT in the current form (i.e. individual .clj files), trying out an example seems cumbersome, as it seems an interested party would need to recreate the missing pieces to get to a point where the code can be executed and tinkered with.

On a related note, I've been accumulating simple examples, but each in its own repository (or as branches / commits of simpler examples) -- does that seem a reasonable approach?

alexander-yakushev commented 8 years ago

One example per repo is probably too much. Each example in its own directory is reasonable, and also different example per branch sounds OK.

On Tue, May 17, 2016, 02:33 satchit8 notifications@github.com wrote:

@alexander-yakushev https://github.com/alexander-yakushev Had second thoughts. I value simple examples, but AFAICT in the current form (i.e. individual .clj files), trying out an example seems cumbersome, as it seems an interested party would need to recreate the missing pieces to get to a point where the code can be executed and tinkered with.

On a related note, I've been accumulating simple examples, but each in its own repository (or as branches / commits of simpler examples) -- does that seem a reasonable approach?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/clojure-android/neko/pull/64#issuecomment-219579138

satchit8 commented 8 years ago

Thanks for the feedback.

I will try to organize things so that a single repository can contain multiple independent Clojure on Android projects where each one might contain a series of examples (separated by branches, commits, or some such).

satchit8 commented 8 years ago

@alexander-yakushev Below is a link to a preliminary attempt:

https://github.com/satchit8/coa-examples