clojure-android / neko

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

Add web-view example #43

Closed yamafaktory closed 9 years ago

yamafaktory commented 9 years ago

Hi,

First of all, thanks a lot for your work! I'm currently playing with the combo lein-droid/neko and I think that it could be awesome to have some more examples (like how to interact with a web-view in a layout. I looked at the documentation and there https://github.com/sattvik/Clojure-Android-Examples/blob/master/basic/src/clojure/com/sattvik/android/clojure/basic/ClojureBrowser.clj, but the latter seems to be outdated).

alexander-yakushev commented 9 years ago

Indeed those examples are quite old. You can rewrite that example using Neko by following this guide https://github.com/clojure-android/neko/wiki/User-interface . Buy I agree that having more up-to-date examples will be helpful.

yamafaktory commented 9 years ago

Thank you @alexander-yakushev !