对于接入巴法云平台的LED灯所打造的一个安卓客户端,UI使用了Jetpack Compose技术栈,网络部分使用HTTP API接入,json解析使用GSON。
An android application for Bemfa platform, which can be used as a client for LED-control. Its UI part is achieved through Jetpack Compose, network part uses HTTP API of Bemfa platform, and json-parse part is achieved by GSON.
第一次使用时点击信息卡片(OutlinedCard)以进入私钥和主题设置页面,在文本框内输入私钥和主题以后按下按钮保存,随后返回上一级即可正常使用。
For first-time use, click the OutlinedCard in the middle, input your own private key and theme(topic) in the EdieTextFiled, then click the save button, go back to the MainActivity and you're good to use.