lokoko
lokoko

Reputation: 5803

How can i integrate Android apps with android wear?

I have built an application using an open source app builder (not native android code). Is there a way that i can integrate that code with a wear application ? The open source app builder uses a webview to layout and does not use native android components but can i make some entry in the app manifest to get this integration ?

My manifest currently has 1 activity that hosts the webview.

Upvotes: 0

Views: 198

Answers (1)

Alex L.
Alex L.

Reputation: 821

Android wear support only Java application, you can find more informations here https://developer.android.com/training/building-wearables.html

Upvotes: 1

Related Questions