Particle API JS

Can we use Particle API JS using Nativescript for Android Application development other than Android SDK
image

Probably? However make sure you execute the signIn function not on the main UI thread. Most of the Particle JS API functions for Android must be called from a background thread or use Async, as described here:

https://docs.particle.io/reference/android/#sdk-calls-from-the-ui-thread

I'm also closing this topic for the same reason I closed the other one before - don't double post.

Continue in one place and don't open an new one for the basically the same question

1 Like