I have built an wearable app which communicates with the phone back and forth. here is how it works.
- Android app on phone started
- tizen consumer app started on the watch and automatically creates a connection
- Provider sends data and user enters his results on the watch. Consumer watch sends the databack to phone to save.
-Basically similar to Samsung Health App.
Problem here is watch app goes off the screen and user is returned back to watch main screen everytime screen goes off or app is idle.
Idle means if user doesnt enter anything but connection between phone and watch is still active. Is there a way to prevent this?
Like Samsung workouts. if user only clicks backbutton will be asked for confirmation to complete his workout.