タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javaとframeworkとAndroidに関するclavierのブックマーク (2)

  • GitHub - KLab/PlaygroundOSS

    This is the 'Playground' game engine and is released in open source under Apache License v2.0. All the needed documentation is in the /Doc folder. Source code are under the /Engine folder. Tool to compile a sample project is under /Tools folder. Sample showing the scripting APIs are available under the /Tutorial folder. Other folders (CSharpVersion, SampleProject) are more related to prototype fea

    GitHub - KLab/PlaygroundOSS
  • Dagger † Android・Java 対応の高速依存性注入フレームワーク

    注意 語訳は、Dagger ユーザガイドの 2013-03-27 時点 からの非公式な翻訳です。最新および正確な情報については、オリジナルのユーザガイドを参照してください。 イントロダクション アプリケーションで最良のクラスとは、何かを実行するクラスです。 たとえば、バーコード読み取りクラス BarcodeDecoder 、 Koopa 物理エンジンクラス KoopaPhysicsEngine、 音楽ストリーミングクラス AudioStreamerといった類です。こういったクラスは別のクラスへの依存性を持ちます(バーコードカメラファインダクラス BarcodeCameraFinder、 デフォルトの物理エンジンクラス DefaultPhysicsEngine、 HTTPストリーミングクラス HttpStreamer 等々)。 一方で、アプリケーションで最悪のクラスとは、ほとんど何もし

  • 1