- Android Things Projects
- Francesco Azzola
- 81字
- 2021-07-02 20:46:25
Differences between Android and Android Things
As you can see an Android Things project is very similar to an Android project. We always have Activities, layouts, gradle files, and so on. At the same time, there are some differences:
- Android Things does not use multiple layouts to support different screen sizes. So when we develop an Android Things app we create only one layout.
- Android Things does not support themes and styles.
- Android support libraries are not available in Android Things.
推薦閱讀
- 機器學習系統:設計和實現
- Raspberry Pi Networking Cookbook(Second Edition)
- 算法精粹:經典計算機科學問題的Java實現
- 嚴密系統設計:方法、趨勢與挑戰
- C#程序設計
- 小學生C++創意編程(視頻教學版)
- Scala Reactive Programming
- Scala for Machine Learning(Second Edition)
- Unity&VR游戲美術設計實戰
- Visual FoxPro 6.0程序設計
- Android應用開發實戰(第2版)
- 算法秘籍
- After Effects CC案例設計與經典插件(視頻教學版)
- Java程序設計入門(第2版)
- 高性能MVVM框架的設計與實現:San