rive-app / rive-android

A runtime for interactive animations on Android
https://rive.app
MIT License
350 stars 31 forks source link

Smallv2fixes #204

Closed mjtalbot closed 2 years ago

mjtalbot commented 2 years ago

will rebase on https://github.com/rive-app/rive-android/pull/202 once merged.

just addresses the things i ran into using our lib for the piggy bank app

mjtalbot commented 2 years ago

the draw loop remains, but i think we want to talk about that one specifically

mjtalbot commented 2 years ago

the initialization linter warning we run into is something like this:

Lint found 1 error and 1 warning. First failure: /Users/maxwelltalbot/development/rive/rive-android/kotlin/src/main/java/app/rive/runtime/kotlin/RiveInitializer.kt: Error: Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file. [EnsureInitializerMetadata from jetified-startup-runtime-1.1.0]