This looks great, you have worked really really really hard and the results speaks for themselves, cheers.
I'm personally not looking for notifications as such at the moment though, but for a way create clock faces, but oh well
Your work so far is excellent, I too will be willing to donate to your watch fund, I'm sure I will use those notifications sooner rather than later...
New LG G watches £145 delivered
http://www.amazon.co.uk/gp/aw/ol/B00LB2ZQ3C/ref=mw_dp_olp?ie=UTF8&condition=new
Hiya @barx ,
I'm itching to get one of my apps onto Android Wear(watches), it's extremely unique(only 2 on the play store). So if I can get it onto watches then I will be happy with that. I've also got a nice watch face that would be great to get onto watches, but there's no way to embed wear apps into handheld/tablets apps in B4A as yet
I'm sure that it will come sooner rather than later though
That can be done already, the question is, how to install it on the Wear device, an API must exist to do that.If only we could embed wear APK into the main APK
<wearableApppackage="wearable.app.package.name">
<versionCode>1</versionCode>
<versionName>1.0</versionName>
<rawPathResId>wearable_app</rawPathResId> </wearableApp>
<meta-dataandroid:name="com.google.android.wearable.beta.app"
android:resource="@xml/wearable_app_desc"/>
You should read this: https://developer.android.com/training/wearables/apps/packaging.html#PackageManuallyThe next thing was how to put the wear app onto the wear device. It says on the Google developer site to include the wear APK inside the main APK that you want to put on your wear device. Which from what I see is easy to do (just use the 'Add Files' button in the IDE under files on the right). But then how do you send the wear app to the wear device when your main app is running. This is the part that got me.
If packaged properly, when users download the handheld app, the system automatically pushes the wearable app to the paired wearable.
I did come across this, but never tried it.You should read this: https://developer.android.com/training/wearables/apps/packaging.html#PackageManually
And on top of this site:
I did come across this, but never tried it.
The part I got stuck on was sending / receiving the data between the wear device and main app and why I never tried to do the above.
https://developer.android.com/training/wearables/data-layer/messages.html
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?