Relative Content

Tag Archive for androidwear-os

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 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