I am happy to announce that yesterday our team released the first early preview of NativeScript. The last few months I worked on the JavaScript-to-Java bridge for Android platform. Check out the introductory blog post and the documentation pages.
Monthly Archives: June 2014
Synchronizing GC in Java and V8
In the last post I wrote that I work on a project that involves a lot of interoperability between Java and V8 JavaScript engine. Here is an interesting problem I was investigating the last couple of days. Both V8 and JVM use garbage collector for memory management. While using GC provides a lot of benefits …