Android-Things-Quick-Start-Guide-master (1)

所属分类:android开发
开发工具:Borland C++
文件大小:403KB
下载次数:0
上传日期:2019-05-08 16:58:34
上 传 者fran1303
说明:  otro archivo de android que subo

文件列表:
.idea (0, 2018-09-03)
.idea\codeStyles (0, 2018-09-03)
.idea\codeStyles\Project.xml (1775, 2018-09-03)
.idea\compiler.xml (488, 2018-09-03)
.idea\encodings.xml (159, 2018-09-03)
.idea\gradle.xml (1400, 2018-09-03)
.idea\misc.xml (1707, 2018-09-03)
LICENSE (1062, 2018-09-03)
build.gradle (798, 2018-09-03)
chapter1 (0, 2018-09-03)
chapter1\build.gradle (1066, 2018-09-03)
chapter1\proguard-rules.pro (751, 2018-09-03)
chapter1\src (0, 2018-09-03)
chapter1\src\main (0, 2018-09-03)
chapter1\src\main\AndroidManifest.xml (916, 2018-09-03)
chapter1\src\main\java (0, 2018-09-03)
chapter1\src\main\java\com (0, 2018-09-03)
chapter1\src\main\java\com\plattysoft (0, 2018-09-03)
chapter1\src\main\java\com\plattysoft\sampleapp (0, 2018-09-03)
chapter1\src\main\java\com\plattysoft\sampleapp\MainActivity.kt (351, 2018-09-03)
chapter1\src\main\res (0, 2018-09-03)
chapter1\src\main\res\values (0, 2018-09-03)
chapter1\src\main\res\values\strings.xml (72, 2018-09-03)
chapter2-RainbowHAT (0, 2018-09-03)
chapter2-RainbowHAT\build.gradle (1225, 2018-09-03)
chapter2-RainbowHAT\proguard-rules.pro (751, 2018-09-03)
chapter2-RainbowHAT\src (0, 2018-09-03)
chapter2-RainbowHAT\src\main (0, 2018-09-03)
chapter2-RainbowHAT\src\main\AndroidManifest.xml (5804, 2018-09-03)
chapter2-RainbowHAT\src\main\java (0, 2018-09-03)
chapter2-RainbowHAT\src\main\java\com (0, 2018-09-03)
chapter2-RainbowHAT\src\main\java\com\plattysoft (0, 2018-09-03)
chapter2-RainbowHAT\src\main\java\com\plattysoft\androidthingssamples (0, 2018-09-03)
chapter2-RainbowHAT\src\main\java\com\plattysoft\androidthingssamples\buttons (0, 2018-09-03)
chapter2-RainbowHAT\src\main\java\com\plattysoft\androidthingssamples\buttons\ButtonDriverActivity.kt (1556, 2018-09-03)
... ...

# Android Things QuickStart Guide Android Things QuickStart Guide This is the code repository for [Android Things QuickStart Guide](https://www.packtpub.com/hardware-and-creative/android-things-quick-start-guide?utm_source=github&utm_medium=repository&utm_campaign=9781789341799), published by Packt. **Build your own smart devices using the Android Things platform ** ## What is this book about? Android Things is the IoT platform made by Google, based on Android. It allows us to build smart devices in a simple and convenient way, leveraging on the Android ecosystem tools and libraries, while letting Google take care of security updates. This book covers the following exciting features: * Understand key design concepts of Android Things and its advantages * Set up an Android Things Developer Kit * Interact with all the components of Rainbow HAT * Understand how peripheral protocols work (GPIO, PWM, I2C, and SPI) * Implement best practices of how to handle IoT peripherals with in terms Android Things If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1789341795) today! https://www.packtpub.com/ ## Instructions and Navigations All of the code is organized into folders. For example, Chapter02. The code will look like the following: ``` dependencies { [...] implementation 'com.google.android.things.contrib:driver-rainbowhat:+' } ``` **Following is what you need for this book:** This book is for developers who have a basic knowledge of Android and want to start using the Android Things developer kit. With the following software and hardware list you can run all code files present in the book (Chapter 1-7). ### Software and Hardware List | Chapter | Software required | Hardware required | OS required | | -------- | -----------------------------| ------------------------------|-------------------------| | 1 to 7 | Android Studio 3.1 or newer | | Windows, Linux or MacOS | | 1 to 7 | | Android Things Developer Kit | Windows, Linux or MacOS | | 1 to 7 | | Rainbow HAT | Windows, Linux or MacOS | | 3-6 | | Breadboard and cables | Windows, Linux or MacOS | | 3 | | 3v3 Relay | Windows, Linux or MacOS | | 3 | | PIR motion sensor | Windows, Linux or MacOS | | 3 | | MQ135 | Windows, Linux or MacOS | | 3 | | L2***N (and DC motors) | Windows, Linux or MacOS | | 3 | | 28YBJ-48, ULN2003 | Windows, Linux or MacOS | | 3 | | HC-SR04 | Windows, Linux or MacOS | | 3 | | M1637 | Windows, Linux or MacOS | | 4 | | Tower Pro MG90S | Windows, Linux or MacOS | | 4 | | LEDs | Windows, Linux or MacOS | | 5 | | PCF8591 | Windows, Linux or MacOS | | 5 | | Moisture sensor | Windows, Linux or MacOS | | 5 | | PCA9685 | Windows, Linux or MacOS | | 5 | | PCF8575 | Windows, Linux or MacOS | | 5 | | LCD display and controller | Windows, Linux or MacOS | | 5 | | MPU6050 | Windows, Linux or MacOS | | 6 | | MAX7219 | Windows, Linux or MacOS | | 5 to 6 | | SSD1306 | Windows, Linux or MacOS | We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://www.packtpub.com/sites/default/files/downloads/AndroidThingsQuickStartGuide_ColorImages.pdf). ## Code in Action Click on the following link to see the Code in Action: [http://bit.ly/2C4VX1M](http://bit.ly/2C4VX1M) ### Related products * Android Things Projects [[Packt]](https://www.packtpub.com/hardware-and-creative/android-things-projects?utm_source=github&utm_medium=repository&utm_campaign=9781787289246) [[Amazon]](https://www.amazon.com/dp/1787289249) * Robot Operating System Cookbook [[Packt]](https://www.packtpub.com/hardware-and-creative/robot-operating-system-cookbook?utm_source=github&utm_medium=repository&utm_campaign=9781783***7443) [[Amazon]](https://www.amazon.com/dp/1783***7448) ## Get to Know the Author **Raul Portales** Raul Portales is a software engineer who has had a love for computers, electronics, and gadgets in general for as long as he remembers. He jumped into Android as soon as it was released. Raul has worked on social networks, education, healthcare, and even founded a gaming studio and a consultancy company. Specializing in mobile and UX, he speaks frequently at conferences and meetups. Raul's love for electronics reignited when Google announced Android Things. He started tinkering with it with the first Developer Preview, which lead to adding the IoT category on his Google Developer expert profile. ## Other books by the authors * [Mastering Android Game Development][[Packt]](https://www.packtpub.com/game-development/mastering-android-game-development?utm_source=github&utm_medium=repository&utm_campaign=9781783551774) * [Android: Programming for Developers][[Packt]](https://www.packtpub.com/game-development/android-game-programming?utm_source=github&utm_medium=repository&utm_campaign=9781787128583) ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.

近期下载者

相关文件


收藏者