Vladimir Mutafov
Vladimir Mutafov
I would suggest to try profiling with the Android Studio Profiler. I'll look into the problem tomorrow. Thank you all for the great feedback and examples :) I have some...
Hi @sashok1337 , sorry for the delay, we had some high priority issues for the 6.2.0 release and had to look into them. I'll keep you in touch when I...
I started looking into your app, sorry for the delay. Perhaps I'm missing something, but where in the provided Playground link is the usage of the Android Choreographer? Beware that,...
Resolving the line number should be pretty easy. The CLI has the logic about resolving the original file name so this should be easy to handle as well. Perhaps we...
Hi @jdnichollsc! Sorry for the late reply, if I understand correctly, you want to extend a Java class and decorate it with a Java annotation. Something like that: ```typescript @JavaAnnotation...
Hi @harsh2304 The error is probably caused because of the `global` at the beginning of `global.com.microsoft.identity.client.IPublicClientApplication.ISingleAccountApplicationCreatedListener` The Static Binding Generator parses the JS code from the transpilation of the TS...
Do you have a sample app you can share in Github? I may be able to debug your issue but have in mind I no longer work on NativeScript and...
Perhaps this could be quite convenient to use: https://github.com/NativeScript/android-runtime/issues/1463
It's probably a good idea to marshal the JS Date object to a corresponding java.time class too, depending on the case. Java's Date and Calendar classes are the old APIs...
Hey guys! Accessing `android.R` is slower because of the current way the runtime works. At runtime, when accessing some package or class we return a special JS proxy object for...