Join Slack
Powered by
If you'd like to implement efficient networking fo...
# compose-wear
y
yschimke
12/21/2023, 9:16 AM
If you'd like to implement efficient networking for a Wear app. The Confetti open source app uses the Horologist network-awareness library, which has typically minimal documentation here
https://google.github.io/horologist/network-awareness/
. So a sample PR
https://github.com/joreilly/Confetti/pull/1001/files
.
🚀 6
🎊 4
👀 1
👍🏼 1
yschimke
12/21/2023, 9:28 AM
Main features • Integration with OkHttp Call.Factory • Logging of traffic if you care about seeing it • A single point to implement logic such as avoid LTE • Rules such as avoiding requesting network for images
👌🏼 1
yschimke
01/02/2024, 9:45 AM
I'm half way through thumbnail image resizing for Wear
https://github.com/joreilly/Confetti/pull/1076/files#diff-9ea96f5d52ced0c5674e003f8f7953b7f34a92c3506ea6e82421089e30638acf
yschimke
01/02/2024, 9:46 AM
<https://confetti-app.dev/images/avatar/${conf}/${id}?size=Watch>
4
Views
Open in Slack
Previous
Next