project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.17k stars 1.9k forks source link

How to develop an Android App controller? #33267

Open Tanglonglong opened 2 months ago

Tanglonglong commented 2 months ago

Feature description

... I think the development of matter is divided into intelligent device end and control end, which are apps; Can we separate the tutorial documentation code for these two parts? As an Android app developer, I want to develop an Android application to control a matter device. However, based on the current documentation, I am confused. May I ask where the relevant documentation, code, and SDK for the controller are located? Can the great gods give me some guidance? Thank you!

Platform

android

Platform Version(s)

No response

Anything else?

No response

maticcavalleri commented 1 month ago

From what I managed to understand the documentation for SDK is non existent at this point. You have to look at the repository to gather any useful information. Or look at other open source projects that build on top of it.