LoginSignup
6
6

More than 5 years have passed since last update.

メモ: clojure-androidアプリ (2015/02)

Last updated at Posted at 2015-02-11

http://clojure-android.info/#apps
公式にも書いてあったが、残しておく。

ART/Lolipop対応

ソースがあるアプリもあるので、参考になる。

4Clojure

アプリ https://play.google.com/store/apps/details?id=org.bytopia.foreclojure
ソース https://github.com/alexander-yakushev/foreclojure-android

今メンテしてる人のアプリ

Clojure REPL

アプリ https://play.google.com/store/apps/details?id=com.sattvik.clojure_repl

clojure-android始めた人のアプリ
http://www.deepbluelambda.org/programs/clojure-repl/

ART/Lolipop未対応

Figurehead (Clojure REPL)

アプリ https://play.google.com/store/apps/details?id=figurehead.ui
ソース https://github.com/pw4ever/tbnl

ART/Lolipop対応のチュートリアル

2014年末に対応したばかりなので情報が少ない。

Handson向けな Eventアプリ

https://github.com/alexander-yakushev/events/blob/master/tutorial.md
チュートリアルのリンクが元ブランチのままなので注意
ソース https://github.com/alexander-yakushev/events

参考:公式のチュートリアル

ハマりどころ

leinのプロファイルでAndroidSDKの場所指定するときに:androidの前に:android-commonなど必要。
※lein-droidの設定が変わったらしいので注意。
https://github.com/clojure-android/lein-droid/wiki/Profiles#android-common

~/.lein/profiles.clj
{:user
 {:plugins [ [lein-droid "whatever-the-last-version-is"] ]}
 {:android-common {:android {:sdk-path "/home/user/path/to/android-sdk"
                             ;:target-sdk "15"
                            }}}}

参考文献

・公式サイト http://clojure-android.info/
・公式ブログ http://clojure-android.info/blog/
・googleグループ https://groups.google.com/forum/#!forum/clojure-android
・公式レポジトリ https://github.com/clojure-android

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6