Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies . Last updated March 15, 2016.
Overview Features Recipes Security Works with OkHttp API Change Logs Contributing OkHttp¶ HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces reque
Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. The latest Dagger release is: Dagger 2.51.1 Dagger aims to address many of the development and performance issues that have plagued reflection-based solutions. More details can be found in this talk (slides) b
単一アプリの UI をテストする コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 単一アプリ内のユーザー インタラクションをテストして、ユーザーがアプリを操作する際に、予期せぬ結果に遭遇したり、ユーザー エクスペリエンスの問題が生じたりしないことを確認します。アプリの UI が正しく機能するか確認する必要がある場合には、常にユーザー インターフェース(UI)のテスト作成を心掛けるようにしてください。 AndroidX Test が提供する Espresso テスト フレームワークでは、UI テストを作成するための複数の API が用意されており、単一のターゲット アプリ内におけるユーザー インタラクションのシミュレーションが可能です。Espresso によるテストは、Android 2.3.3(API レベル 10)以上を実行しているデバイスで実施できます
Getting Started Robolectric works with various build systems, which are documented on this page. If you are starting a new project, we recommend Gradle as a first choice, since it is the default build system for Android. Building with Gradle Start by adding the following to your module's build.gradle/build.gradle.kts file: android { testOptions { unitTests { includeAndroidResources = true } } } de
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く