Skip to content

Commit

Permalink
Android Out of Band Assets
Browse files Browse the repository at this point in the history
Adding OOB Asset Loaders for our RiveAnimationView:
- Add a Loader parameter to the import flow, a FileAssetLoader object in Kotlin & JNI
- Supports creating custom `FileAssetLoader`s, `CDNAssetLoader` and `FallbackAssetLoader` like in our other runtimes
- Adds a `RiveAnimationView.Builder` that uses the [Builder pattern](https://en.wikipedia.org/wiki/Builder_pattern) for easier instantiation and configuration of `RiveAnimationView`s programmatically
- Adds a bunch of examples and tests for these new scenarios and functionalities
- Bumps all dependencies to comply with the latest SDK requirements

Diffs=
8c99c8dcf Android Out of Band Assets (#6019)
  • Loading branch information
umberto-sonnino committed Oct 16, 2023
1 parent 5d5d9b9 commit 72343de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a74a01f27fbdabe03827a72614e24f8eff018a0
8c99c8dcf67c5bf80bba1ca953d3e3dfa591e6d7
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0d481f727d419474dc2d6b056fb5d20d7c2c4d22
56232dbd3f8cfd22d9304467427561e2cafd035c
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 72343de

Please sign in to comment.