-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo #7
Comments
Hi @tomassvatek. I will be glad to answer any questions you have. |
Hello @alexsorokoletov. I have created a demo project. As I mentioned implementation in Xamarin is a little bit different. I am not sure about implementation IClusterItem interface. There is original implementation in Java: There is a imlementation in C#. There are two extra thing - handle property and Dispose method. I am not sure about their implementation. It may be the problem why my app doesn't running. When I run my app I got this error: I don't see any null reference. Please check my code and let me know where is the problem. Thank you! |
Nice work, Tomas! Also, please note that you need +1 ctor (handle/transfer) to make it work correctly.
|
Thanks a lot Alex! My app working now. |
Glad to hear that :) |
Of course. I will do it tomorrow :-) |
@tomassvatek i don't see any PR's from you open/closed. |
@gauravsacc here is an example in @tomassvatek 's public repo @tomassvatek I would really appreciate if you create a pull request so we can merge demo in the project and keep it all in one place. |
Is any demo where is used this util? I have seen many demos original util. Your util is a little bit different that is reason why I need see demo your util. Thank you!
The text was updated successfully, but these errors were encountered: