2015-01-01から1年間の記事一覧

ピンクのドレスの女の子

ようやく Apple Pencil を手に入れたので久々にお絵かき。 iPad Pro と Apple Pencil と Procreate で。

Android Studio で Hamcrest の closeTo マッチャーを使いたい

モジュールの build.gradle ファイルの dependencies に以下を追加する。hamcrest.org からライブラリをダウンロードするまでもありません。 dependencies { // ... testCompile 'junit:junit:4.12' testCompile 'org.hamcrest:hamcrest-library:1.3' } もう…