Using Android SDK in Android Studio for Photon

Hello community!

I am new to using the Android SDK in Android Studio. I would like to connect to the cloud and then use the user credentials to access my variables, use my function, etc. The code on docs.particle.io has been very useful. But I do not know how to call my function from my account while using my custom made android app. Can anyone tell me how to connect to the Particle cloud correctly to access my functions on my account.

Thank you in advance,
Johnathan

1 Like

Hi Johnathan,

The README in the Particle SDK docs covers this: https://github.com/spark/spark-sdk-android#call-a-function-on-a-particle-device-corephoton

HTH!