Yordan Yanakiev

Results 26 comments of Yordan Yanakiev

is this the reason the project to be abandoned ?

I am using the server which is in the project. It works once or twice, and then it stall like this.

Yes, I did. As I have mentioned - it is working 1, 2 times, and then - this.

Restarting the client application doesnt fix the issue. Only when the server is restarted then the issue gone. It's likely that it is the server somewhat.

Seems like I am experiencing the same issue. Did You found a solution ? My code so far is : ``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using...

:( Do You know if this issue have been fixed at all ?

Compiler : API level 23 ( Android 6 ) just tried with level 10 ( 2.3 ), level 19 ( 4.4 ), level 21 ( 5.0 ), and level 22...

The image is ok - seted as AndroidResource, the coordinates are valid, it is place near me.

``` var aButton = new Button( this ); aButton.Text = "add marker"; aButton.Click += ( sender, e ) => { Bitmap bitmap = BitmapFactory.DecodeResource( this.Resources, Resource.Drawable.Icon ); var marker =...

Hello JoeCooper, Please could You share a source about creating markers, since by some reason I can't find a working such. Thanks in advance.