android

Introducing Fingerprint APIs 20151126 - Google スライド

https://docs.google.com/presentation/d/181FM871tkNFQq1HSKBZrFP0uWdT_U4Rtfu4Om8n4f74/edit#slide=id.g6571e2aaf_0_95

サポート ライブラリのできるまで

http://yaraki.github.io/slides/gdm01/#1

First Look at AnimatedVectorDrawable

http://blog.sqisland.com/2014/10/first-look-at-animated-vector-drawable.html https://github.com/chiuki/animated-vector-drawable これはいい!

アプリがバージョンアップしたときの手続きをアノテーションを使って整理する

http://qiita.com/KeithYokoma/items/d09a8e36f8dd6ba97515

HTTPSで通信するAndroidアプリの開発者はSSLサーバー証明書の検証処理の実装を

http://www.taosoftware.co.jp/blog/2014/09/https-android-ssl.html http://www.ipa.go.jp/about/press/20140919_1.html

勝手自作OSSライブラリを会社のアプリに組み込んだ話

http://techlife.cookpad.com/entry/2014/09/19/171649 line-chart-view https://github.com/hogelog/line-chart-view

EdgeEffectOverride - Override the Holo EdgeEffect colors

https://github.com/AndroidAlliance/EdgeEffectOverride 端まで行ったら縁が光る効果を改変。

複数形リソースを使う場合の注意(otherについて)

http://qiita.com/mstssk/items/6697db6947918e58593b 日本語には複数形がないので、常にotherが使われる。

onMeasureとonLayoutについて理解する

http://qiita.com/naodroid/items/d685a0113342edbb7587

Enable multi-user on phone type devices

https://code.google.com/p/android-developer-preview/issues/detail?id=1017 電話でもマルチユーザーに。

polymer メモ

http://y-anz-m.blogspot.jp/2014/06/polymer.html

Google brings low latency audio processing to Android L

http://liliputing.com/2014/06/google-brings-low-latency-audio-processing-to-android-l.html オーディオのレイテンシが20msまで改善。

「Android L Preview」の新機能--従来のAndroidとの違い

http://japan.cnet.com/news/commentary/35049998/

Androidアプリの暗号化キーに関する脆弱性をIBMが指摘、修正パッチはAndroid4.4にのみ配布され全体の約86%は依然危険にさらされたまま

http://gigazine.net/news/20140630-android-keystore-vulnerability/ Android KeyStore Stack Buffer Overflow http://securityintelligence.com/android-keystore-stack-buffer-overflow-to-keep-things-simple-buffers-are-always-larger-than-needed/ Se…

Android Lでのオーディオパイプラインのデータ表現は int16から floatに変更され高音質に対応。出力の遅延だけでなく、マイク入力の遅延も大幅に改善される

https://twitter.com/nagamatu/status/483495162006355968 うぐぐ。

ExoPlayer

http://developer.android.com/guide/topics/media/exoplayer.html Lから、メディアフレームワークが、これまでと変わるのね。 めんどくさい〜。

Securityの理由により sqlite3の FTS3を用いた全文検索機能は無効になっている

https://twitter.com/nagamatu/status/473701111518330880 https://android.googlesource.com/platform/external/sqlite/+/f764dbb%5E%21/#F0

Next Version of Android to Bring Even More Root Headaches – xda-developers

http://www.xda-developers.com/android/next-version-of-android-to-bring-even-more-root-headaches/ リカバリ時のsystemアクセス制限とか、dataからの実行制限とかSELinuxとか、いろいろ住みにくいですな。

Stacking Notifications For Android Wear Is This Easy

http://android-developers.blogspot.jp/2014/05/stacking-notifications-for-android-wear.html

JustArchi's ArchiDroid Optimizations - Increases performance up to 6x

http://forum.xda-developers.com/showthread.php?t=2754997 200hの作業により、場合によってAOSP比で六倍ものパフォーマンスアップを実現。

Androidにおけるテストに関して~端末をどう選ぶか~201404

http://www.slideshare.net/hashimotohiroshi1981/android201404

Issue 67272 - Bluetooth share application crashes when calling LeScan.

https://code.google.com/p/android/issues/detail?id=67272 Bluetooth LeScan呼ぶとアプリがクラッシュする。 MACアドレスをいっぱい貯めこむとダメのよう。

[GUIDE] Learning about the Android Build Process

http://forum.xda-developers.com/showthread.php?t=2751407

2つの Android Bootstrap で爆速開発!

http://dev.classmethod.jp/smartphone/android/android-bootstrap/

ActionBarActivityを使う

http://blog.techfirm.co.jp/2014/05/14/android-actionbaractivity%E3%82%92%E4%BD%BF%E3%81%86/

Genymotion & Google Chrome + ADB を用いた、Android Webデバッグ環境の構築(実機不要)

http://qiita.com/pm11/items/99815e76b3e07eaee3d5

Dashkiosk - Managing dashboards on various displays (especially those running on Android)

https://github.com/vincentbernat/dashkiosk

AndroidのARTでは実行中にプロファイリングを行ってそれに基づいて再コンパイルするようだ

http://d.hatena.ne.jp/embedded/20140511/p1

Preference に指定された Fragment に遷移したときのレイアウトについて

http://y-anz-m.blogspot.jp/2014/05/preference-fragment.html 怒ると日本語が少なくなるのか。

Travis CI で Android プロジェクトをビルドする(β版)Add Star

http://d.hatena.ne.jp/lionas/20140510/1399678138 Travis CI 環境は、複数のJDK, Ant, Gradle, Maven, sbt, Leiningen といった JVM 言語向けのビルドツールセットを提供します。