Files
Martin Guillon c9e87e87f9 fix: android support for clipToBounds
It comes with a major refactoring of the BorderDrawable. Now all Paths are cached not to regenerate them on every draw pass.

Also it is important to understand that the clipping feature on android comes at a cost.
It will be done only when truelly necessary. but with complex paths ((border radius > 0 && border non uniform) || border-width >0) then we must apply a costly drawing pass (though hardware accelerated) to accomplish it.
2021-08-11 13:41:21 +02:00
..

Android

This directory contains an Android Studio project.

How to open?

  • In Android Studio choose: File -> Open
  • Navigate to tns-core-modules-widgets/android/ folder
  • On the left side of the screen choose the Project tab and select widgets

How to build?

  • On the right side of the screen choose the Gradle tab
  • Navigate to android/widgets/Tasks/build/
  • Execute the assembleRelease task
  • Output will be in ./android/widgets/build/outputs/