Help! We have ~15k records to transfer to watch(...
# compose-wear
s
Help! We have ~15k records to transfer to watch(companion app), we are using data channel to transfer, however it is working as expected if the data is small chunk but not for the large data. What is the best way to transfer the data in this scenario. Building our own pagination ?
l
you can transfer data with Transfer an Asset
it work for me. with 15k record.
s
@lam bui Thanks for the response, Generally not ONLY about 15k records if there is a huge data that needs to pass it to watch that's not happening, I think there is a cap on how much you transfer at once
According to the documentation it says that 100KB that we can transfer using data channel. https://developer.android.com/training/wearables/data/sync
y
I think that is for DataItems. I believe Assets can be bigger
🎉 1
âž• 1