mobcat
mobcat copied to clipboard
# This GitHub repository has been identified as a candidate for archival This repository has had no activity in more than [x amount of time]. Long periods of inactivity present...
Hi, I'm wondering how to call a pure C library from Xamarin? For C++, I might get a safe handle during construction and release it in Dispose() method as your...
Hello there! I followed the instructions step by step, but Xamarin project could not see the namespace MathFuncs that you made on files .so and .a, as well. Because of...
Hello, first of all thanks for your great tutorial I have a native library to compile for Android and iOS. In iOS I dont have problems, but for Android I...
The sample of share code target platform is Android and iOS, how to support Mac at the same time, can you give me a sample? I have a library(already compiled...
Hello, I used your cpp_with_xamarin example but noticed the distinct lack of example for UWP. For my own project i have made a WinRT C++ component and included the necessary...
1.) Consider providing a nuget option for everthing in [Mobcat Shared](https://github.com/xamarin/mobcat/tree/master/mobcat_shared). e.g.) `Xamarin.Mobcat`, `Xamarin.Mobcat.Forms` 2.) Consider using something like [AsciiDocs](http://asciidoc.org/) to link code from [Samples](https://github.com/xamarin/mobcat/tree/master/samples) and [Mobcat Shared](https://github.com/xamarin/mobcat/tree/master/mobcat_shared) dynamically into...
I want to create custom alert with design and icons custom to my app. How can I do that?