My setup is fairly simple. I have a door sensor connected to my particle. What i am trying to do is be able to view the data from the sensor within my android app. I am using app inventor. Can anyone help me on this??? Thanks
If you want to do it natively, step one is get the SDK : https://github.com/spark/spark-sdk-android
Theres an example in the docs that gets a variable from a specific device : https://docs.particle.io/reference/android/#common-tasks
Have you looked into http://www.blynk.cc/ ? It’s great if you aren’t trying to create an Android app for production and just testing.