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.
As described at the top of the document, there are three distinct products produced by this repo. Any time one of modules for these products changes on master
, we will ship a release which includes that change within 90 days.
(Note: while it is our intent to release on this schedule, it is not meant as a guarantee. Circumstances may require us to expand the window between a change and when that change ships in a release.)
All code in this repository is available under the Apache License 2.0. See the LICENSE
file for the complete text of the license.