I want to use architecture-components in wear app. In wear app i can't use ViewModel in WearableActivity as WearableActivity depends on Activity not FragmentActivity. I found an answer in this thread. This answer suggested use FragmentActivity with AmbientModeSupport
There is also a feature request for this support, but that issue status is Won't Fix (Infeasible).
So i want to know using ViewModel in Wear is good choice or not, as there is no official support?
If there is no problem with ViewModel in Wear app then which is the good way to use ViewModel? FragmentActivity with AmbientModeSupport ?
I want to hear from some experts. What they think about ViewModel use in Wear app.
Thanks in advance.