My Windows Phone and Windows 8 mini-libraries
I am a big fan of open-source software. I decided to make my mini-libraries, that I use for Windows Phone and Windows 8 development, available to everyone who would be interested. Both are basically a collection of useful utilities and components that I wrote myself or found on various forums and slightly modified. Source code is available on BitBucket and packages on Nuget.
Windows Phone
Code: https://github.com/igorkulman/Kulman.WP7
Nuget: https://nuget.org/packages/Kulman.WP7/
Windows 8
Code: https://github.com/igorkulman/Kulman.WinRT
Nuget: https://nuget.org/packages/Kulman.WinRT
My Windows 8 mini-library is best used with the WinRTXAMLToolkit that I contributed to once ot twice.
AutoCompleteBox for WinRT
See also
- My experience dealing with Microsoft in the old Windows Phone times
- Creating a TV schedule grid in UWP
- My (negative) experience with the Microsoft MVP awards
- Creating a simple Windows 10 game with Win2D
- Creating better forms in Windows Phone apps