Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-3982 Android Integrated Libraries Update #1021

Merged
merged 3 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ If you use Fresco to load images in your application, take a look at Datadog's [

If you use Glide to load images in your application, take a look at Datadog's [dedicated library](dd-sdk-android-glide/README.md).

### Jetpack Compose

If you use Jetpack Compose in your application, take a look at Datadog's [dedicated library](dd-sdk-android-compose/README.md).

### Picasso

If you use Picasso, let it use your `OkHttpClient`, and you can get RUM and APM information about network requests made by Picasso.
Expand Down
11 changes: 9 additions & 2 deletions docs/integrated_libraries_android.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Integrated libraries
## Overview

This page lists integrated libraries you can use for Android and Android TV Monitoring.

### Coil

Expand All @@ -11,7 +13,11 @@ If you use Fresco to load images in your application, take a look at Datadog's [
### Glide

If you use Glide to load images in your application, take a look at Datadog's [dedicated Glide library][3].


### Jetpack Compose

If you use Jetpack Compose in your application, take a look at Datadog's [dedicated Jetpack Compose library][7].

### Picasso

If you use Picasso, let it use your `OkHttpClient` for RUM and APM information about network requests made by Picasso.
Expand Down Expand Up @@ -138,3 +144,4 @@ If you use the Leanback API to add actions into your Android TV application, tak
[4]: https://github.com/DataDog/dd-sdk-android/tree/master/dd-sdk-android-sqldelight
[5]: https://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper
[6]: https://github.com/DataDog/dd-sdk-android/tree/master/dd-sdk-android-tv
[7]: https://github.com/Datadog/dd-sdk-android/tree/master/dd-sdk-android-compose