Install the Tinker app on your Android device from the Google Play Store
This repository is a convenient single location for all Android-related code released by Particle. Currently, this includes:
- the Particle Cloud SDK
- the Particle Device Setup Library (for Particle Gen 2 devices)
- the Tinker app
Full documentation, including a getting started guide, lots of API examples, support & feedback links, and more are all available from our documentation page: https://docs.particle.io/reference/android/
- Read the getting started guide at https://particle.io/start
- Join the most active and helpful IoT community out there at https://community.particle.io
- Learn more about Particle syntax and hardware at https://docs.particle.io
- Start building your own code at https://particle.io/build
- Find answers to common questions at https://support.particle.io
- Get the latest stable version of Android Studio
- Once you have Android Studio installed, launch it, and from the "Welcome to Android Studio" screen, pick "Open an existing Android Studio project". When it prompts you for the project location, point it at the top-level 'build.gradle' file in the repo.
- Once AS has finished its initial cogitating on the project, hit the "play" button on the toolbar to build and run the app on a device.
All code in this repository is available under the Apache License 2.0. See the LICENSE
file for the complete text of the license.