Michal Tajchert

Results 42 comments of Michal Tajchert

So you defined your own WearableListenerService. Library defines one, and you cannot define one more (limited by system). I have created another library to solve it https://github.com/tajchert/ServiceWear it allows you...

Also this is addressed by @btkelly PR #10 . I would love to discuss and find best solution for this. Any opinion @mg6maciej on that? As you are the person...

Thanks for explanation. I think this is EventBus issue/topic so If you feel the same please close issue as it is not directly BusWear related.

postRemote is not guaranteed as it uses Messaging API (to speed up event propagation) instead of Data API but doesn't guarantees delivery (if for example watch loses connection, or is...

It is for Message API only. Do you want to receive byte[] such as onEvent(byte[] array)? Or to receive in onEvent() your unparsed object from byte[](like currently)?

Let me check during the weekend if it doesn't change anything as you mentioned, as I'm not that sure.

Any update on that? It is useless otherwise (not being able to run it in Android Studio).

I'm very interested in supporting vector tiles from OSM on Flutter. Currently, we use flutter_plugin - with png files however vector tile will be very very wanted. To be honest...

Hi, sure. We are soon about to open source our SDK so will will call you on that at that point (