Files
NativeScript/android
Hristo Hristov e887716352 ImageCahe now have counter that keeps reference how many times a bitmap have been requested/shown. (#99)
Bitmap is put in reusable queue only if this bitmap reference counter is 0/null.
This prevents an issue where one big bitmap is added to cache but it exceeds cache limit so it is removed immediately from cache (LRU internals) and marked as reusable.
2017-05-16 17:51:31 +03:00
..
2016-04-27 17:38:19 +03:00
2016-07-13 08:53:20 +03:00

##This is an Android Studio project.

How to open?

  • File/Open
  • Navigate to tns-core-modules-widgets/android/
  • select and open widgets

How to build?

  • Open gradle tab on the right side of the screen
  • Navigate to widgets/Tasks/build/
  • run build task
  • output will be in tns-core-modules-widgets/android/dist