boswelja / WatchConnectionLib

An Android library to provide a shared API for multiple smartwatch platforms
Apache License 2.0
3 stars 0 forks source link

breaking: Reorganise library #35

Closed boswelja closed 3 years ago

boswelja commented 3 years ago

Instead of having one monolithic WatchPlatform per supported platform, I've broken the library down into smaller components (currently MessagePlatform and DiscoveryPlatform). This means we can have better partial platform support, and developers can reduce their memory footprint by only using the components they need.