Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.1 source code.tar.gz | 2020-12-25 | 13.9 MB | |
1.2.1 source code.zip | 2020-12-25 | 13.9 MB | |
README.md | 2020-12-25 | 399 Bytes | |
Totals: 3 Items | 27.7 MB | 0 |
- Remove lazy accessors for fields. They are adding extra overhead in terms of memory and they are way too heavy for one threaded environment complex for Android world.
- Remove kotlin stdlib methods in onDraw. They are just adding extra allocations while trying to draw on Android canvas.
- Some code overall clean up.
- Migrate sample to AndroidX.
- Update dependencies for Kotlin and plugins.