Upgrade to Pro — share decks privately, control downloads, hide ads and more …

初めて自作ViewのAARライブラリを公開した話

 初めて自作ViewのAARライブラリを公開した話

At 2019/03/18 Otemachi.apk

アニメーションはこちらで見れます
https://docs.google.com/presentation/d/1BRDNhsLdE0HKMxbAhMtGKF9gFC99DuiBDD981Wg8KfI/edit?usp=sharing

yu mitsuhori

March 18, 2019
Tweet

More Decks by yu mitsuhori

Other Decks in Programming

Transcript

  1. 自己紹介 - 三堀 裕(youmitsu, youmeee)<-悩み中 - Twitter: @1013Youmeee - Github:

    youmitsu - 新宿の隣でヘルスケア系のAndroidアプリを開発
  2. Tips: 〜ViewAnimationUtils.createCircularReveal()〜 - 円形に広がるアニメーションを実装できる - API level 21〜 - パラメータ

    - view: アニメーション対象のView、 centerX, centerY: 円形の中心座標 - startRadius: アニメーション開始時の円の半径 - endRaduis: アニメーション終了時の円の半径 https://developer.android.com/reference/android/view/ViewAni mationUtils