# SmartHomeOnNlecloud **Repository Path**: 1337489969/SmartHomeOnNlecloud ## Basic Information - **Project Name**: SmartHomeOnNlecloud - **Description**: 基于新大陆平台的类智能家居APP - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### SmartHomeOnNlecloud-master - 基于[新大陆物联网云平台](http://www.nlecloud.com/doc/api/),智能家具 APP - 对接云平台接口,实现家庭智能设备数据实时展示,远程设备控制等,通过场景模式的配置,可以一键开启全屋家居智慧联动。 - 涉及技术:Android studio、okhttp3、lifecycle、qmui等开源框架 #### 部分截图: ![home](./screenshot/home.jpg)![2](./screenshot/devices.jpg) ![3](./screenshot/scence.jpg)![4](./screenshot/mine.jpg) #### 用到的框架: ```groovy //Refresh implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-9' implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-9' //沉浸式 implementation 'com.gyf.barlibrary:barlibrary:2.2.6' //picasso图片加载库 implementation 'com.squareup.picasso:picasso:2.5.2' //图片加载 implementation 'com.github.bumptech.glide:glide:4.12.0' //网络 implementation 'com.alibaba:fastjson:1.2.75' //Qmui implementation 'com.qmuiteam:qmui:1.4.0' //网络请求框架 implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'com.squareup.okio:okio:2.8.0' ``` #### 感谢: GitHub 的[SmartHome](https://github.com/xuhongv/SmartHome)项目。