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

昨年の振り返りと non-transitive R classes について

Avatar for tick-taku tick-taku
January 16, 2025

昨年の振り返りと non-transitive R classes について

こちらのイベントで話したスライドになります
https://timeedev.connpass.com/event/340438/

Avatar for tick-taku

tick-taku

January 16, 2025
Tweet

More Decks by tick-taku

Other Decks in Technology

Transcript

  1. 4

  2. タイミーの実績 スキマ バイト No.1 5 累計求人案件数 ・ダウンロード数 ※1 ※2 導入事業者数

    159,000企業 ワーカー数 1000万人 ※1 ※2 [調査方法]インターネット調査 [調査期間]2024 年 2 月 9 日~11 日 [調査概要]スキマバイトアプリサービスの実態調査 [調査委託先]株式会社マクロミル ※3 2024年12月時点 ※4 2024年12月時点 ※4 ※3
  3. non-transitive R classes Use non-transitive R classes to have faster

    builds for apps with multiple modules. Doing so helps prevent resource duplication by ensuring that each module's R class only contains references to its own resources without pulling references from its dependencies. This leads to faster builds and the corresponding benefits of compilation avoidance. Optimize your build speed | Android Studio 非推移的な R クラスを使用すると、複数のモジュールを持つアプリのビルドが高速化します。 各モジュールの R クラスに依存関係から参照をプルせずに独自のリソースへの参照のみが含ま れるようになり、リソースの重複を防ぐことができます。 これにより、ビルドが高速化され、コンパイル回避のメリットも得られます。 訳