Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drutol/aolibs
Set of Xamarin helper libraries featuring adapters, navigation and all various utilities.
https://github.com/drutol/aolibs
adapter android ios navigation utilities xamarin
Last synced: 3 months ago
JSON representation
Set of Xamarin helper libraries featuring adapters, navigation and all various utilities.
- Host: GitHub
- URL: https://github.com/drutol/aolibs
- Owner: Drutol
- License: mit
- Created: 2018-05-30T13:09:21.000Z (over 6 years ago)
- Default Branch: publish
- Last Pushed: 2023-02-15T14:26:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T01:26:15.254Z (4 months ago)
- Topics: adapter, android, ios, navigation, utilities, xamarin
- Language: C#
- Size: 1.97 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 蒼 AoLibs
[![Build status](https://ci.appveyor.com/api/projects/status/pncu3m9pc5v6w5q4/branch/master?svg=true)](https://ci.appveyor.com/project/Drutol/aolibs/branch/master)Set of various libraries that I happened to write during my Xamarin adventures. They are devised mainly for my own use but I took an effort to properly document them so that my co-workers or any other people I happen to develop with had easier time using them.
---
Documentation can be found here: https://drutol.github.io/AoLibs/
## Features
Library supports _iOS_ and _Android_ projects. It's divided into three parts:
* [AoLibs.Navigation](https://drutol.github.io/AoLibs/navigation/)
* Provides cross platform navigation solution.
* [AoLibs.Adapters](https://drutol.github.io/AoLibs/adapters/)
* Various adapters gathering features that require writing platform specific code.
* [AoLibs.Utilities](https://drutol.github.io/AoLibs/utilities/)
* Completly random things that I tend to use in my projects