I am working for an Android-wear application. My goal is to sending continuous data to Handheld device from wear. Luckily I had achieved this using Data Layer api. The problem I am facing here is to sending and syncing the data which wear device has in disconnected mode i.e., data collected when phone and wear are not connected due to any reason.
Please suggest me the way to keep track of data that is not being sent to phone and sending/syncing it whenever connection get established.