How to companion app wear and phone? When building application ID vs signingConfigs
To automatically install Wear OS apps when you install apps on your phone, you can follow Google’s instructions on distributing Wear OS apps. Currently I have not found a way, to deploy to the store, I have to go to chplay on wear to install my own application.
How to companion app wear and phone? When building application ID vs signingConfigs
To automatically install Wear OS apps when you install apps on your phone, you can follow Google’s instructions on distributing Wear OS apps. Currently I have not found a way, to deploy to the store, I have to go to chplay on wear to install my own application.
How release my complement WearOS Android Native app to Play Store
I have two apps, one for mobile and a new one for wearOS, my mobile app is currently in Play Store and I need release my wearOS app. Both apps are in the same project in differents modules and use functions and clases that are in different modules too (For example communModels).
How to launch Wear OS app from Phone app to start a workout even when the app is killed?
I’m developing an Android application that interacts with a Wear OS app. I want to start a workout session on the Wear OS app directly from the phone app, even if the Wear OS app is currently killed. Specifically, when a user initiates a workout on the phone, it should automatically open and start the workout on the Wear OS app.
Phone( start a workout) -> wearos app: trigger open start a workout
How test connection and disconection between Mobile App and Wear app
Currently i have a WearableService that implements onCapabilityChanged method that receive this events automatically (At least I think so) but i’ve been trying to fire it with emulators but it doesn’t execute the method. Is necessary test with a real device?
How to bring Android -Tiles in a native C++ project?
I was trying to bring a ‘Tile’ for Android Wear OS in my Android Native Project. To create a tile in Android, I was going through this Code Labs project — https://developer.android.com/codelabs/wear-tiles#0