Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanpeppers/xplatutils
A set of helpers for cross platform apps. Right now has a ServiceContainer and Messenger implementation.
https://github.com/jonathanpeppers/xplatutils
c-sharp ioc messenger xamarin
Last synced: about 2 months ago
JSON representation
A set of helpers for cross platform apps. Right now has a ServiceContainer and Messenger implementation.
- Host: GitHub
- URL: https://github.com/jonathanpeppers/xplatutils
- Owner: jonathanpeppers
- License: apache-2.0
- Created: 2012-10-23T03:04:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T18:30:05.000Z (over 11 years ago)
- Last Synced: 2024-05-02T05:51:17.685Z (8 months ago)
- Topics: c-sharp, ioc, messenger, xamarin
- Language: C#
- Size: 476 KB
- Stars: 37
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# XPlatUtils
A set of extremely helpful "helper" classes for cross platform apps. Including a very simple IoC container and messenger implementation using weak references.
I also include some iOS-specific code snippets for UITableView as well as Visual Studio hotkeys for Xamarin Studio.
See the [wiki](https://github.com/jonathanpeppers/XPlatUtils/wiki) for more information.