Files
NativeScript/android
Dimitar Tachev 9d2095cdad [Android] Improve images handling (#109)
* Fixed the inSampleSize calculations based on total pixels (double inSampleSize size -> 4x less pixels)

* Fixed the inSampleSize calculations when only hight or widths is requested.
Added rotation and scaling while processing images.
Added keepAspectRatio property for further flexibility and accuracy.

* Fixed the ExifInterface creation based on the API level.

* Handle file not found in the native images handling.

* chore: apply PR comments
2018-02-28 14:00:43 +02:00
..
2016-04-27 17:38:19 +03: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/