clojure-android

gary 2016-06-23T02:07:35.000035Z

@brownmoose3q: how is your tutorial app coming?

andrewzhurov 2016-06-23T12:10:40.000036Z

Already have done it, CA rules!

andrewzhurov 2016-06-23T12:37:17.000037Z

I'm not fully understood what "proxy" fun does

gary 2016-06-23T15:07:16.000038Z

@brownmoose3q do you understand what proxy does in clojure? Why is this approach better than creating an entirely new activity?

andrewzhurov 2016-06-23T15:09:04.000039Z

Nope, that's next thing to learn about

gary 2016-06-23T15:09:28.000040Z

You'll learn a lot about java interop doing clojure-android

andrewzhurov 2016-06-23T15:10:21.000041Z

Sure i will. Now I even haven't used it yet at all

gary 2016-06-23T15:11:18.000042Z

I'll post my version of the app this week

andrewzhurov 2016-06-23T15:11:49.000043Z

Any modifications compare to tutor ?

andrewzhurov 2016-06-23T15:13:12.000044Z

Btw, you're experienced with interop ?

gary 2016-06-23T15:13:56.000045Z

I added a new activity to demonstrate intentions which is big in the Android world

👍 1
gary 2016-06-23T15:18:10.000046Z

My experience with Java interop just includes calling java from clojure.