Skip to content

Commit

Permalink
DOCS-3982
Browse files Browse the repository at this point in the history
Add Jetpack Compose to integrated libraries page.
  • Loading branch information
alai97 committed Aug 25, 2022
1 parent 1a96ca1 commit 62f20ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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 to load images 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
7 changes: 6 additions & 1 deletion docs/integrated_libraries_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 to load images 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 +142,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

0 comments on commit 62f20ea

Please sign in to comment.