All Projects → wcoder → FB2Library

wcoder / FB2Library

Licence: other
Cross-Platform .NET library for read .FB2 ebook files.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FB2Library

fb2parser
fb2 parser java
Stars: ✭ 26 (+13.04%)
Mutual labels:  fiction-book, fb2, fb2-reader
Dev-Days-HOL
Xamarin, Azure Mobile Apps & Mobile DevOps Hands on Labs
Stars: ✭ 31 (+34.78%)
Mutual labels:  xamarin
PDRating
Display and collect user ratings for items in your Xamarin.iOS app. Available on NuGet.
Stars: ✭ 18 (-21.74%)
Mutual labels:  xamarin
UITestSampleApp
A sample app to demonstrate how to create Xamarin UITests using the Page Object architecture, Backdoor Methods and App Links (aka Deep Linking)
Stars: ✭ 38 (+65.22%)
Mutual labels:  xamarin
WheelPicker-Samples
WheelPicker samples for the WheelPicker Xamarin Component
Stars: ✭ 18 (-21.74%)
Mutual labels:  xamarin
ListViewWithSubListView
Xamarin.Forms Expandable ListView With Sub-ListView MVVM Pattern
Stars: ✭ 40 (+73.91%)
Mutual labels:  xamarin
Cake.Xamarin
🍰 🧩 📱 Cake addin for building Xamarin apps
Stars: ✭ 22 (-4.35%)
Mutual labels:  xamarin
XPlat-Windows-APIs
UWP style APIs cross-platform with .NET!
Stars: ✭ 31 (+34.78%)
Mutual labels:  xamarin
XamarinItemTouchHelper
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin
Stars: ✭ 35 (+52.17%)
Mutual labels:  xamarin
Xamarin.Forms-CardView
A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
Stars: ✭ 65 (+182.61%)
Mutual labels:  xamarin
AdvancedTimer
AdvancedTimer implementation for Xamarin.Forms This repo is no longer maintained. New repo available.
Stars: ✭ 40 (+73.91%)
Mutual labels:  xamarin
XPlatUtils
A set of helpers for cross platform apps. Right now has a ServiceContainer and Messenger implementation.
Stars: ✭ 37 (+60.87%)
Mutual labels:  xamarin
ColorPicker
Color pickers for Xamarin Forms.
Stars: ✭ 38 (+65.22%)
Mutual labels:  xamarin
DotOPDS
Lightweight .NET OPDS server
Stars: ✭ 20 (-13.04%)
Mutual labels:  fb2
Xamarin.Plugin.ImageEdit
Image Edit Plugin for Xamarin
Stars: ✭ 52 (+126.09%)
Mutual labels:  xamarin
FlightBookingApp
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 26 (+13.04%)
Mutual labels:  xamarin
XamSvg-Samples
Samples for Xamarin Svg enterprise cross platform and full featured Svg image control
Stars: ✭ 25 (+8.7%)
Mutual labels:  xamarin
FavFighters
Xamarin.Forms goodlooking UI sample using the new SwipeView.
Stars: ✭ 32 (+39.13%)
Mutual labels:  xamarin
xamarin-bugly
A bugly SDK for Xamarin Android Bindings
Stars: ✭ 22 (-4.35%)
Mutual labels:  xamarin
MountainMobile
MountainMobile - A Xamarin.Forms UI Challenge
Stars: ✭ 43 (+86.96%)
Mutual labels:  xamarin

FB2Library NuGet Badge

This project provides .Net library to help developers load .FB2 (Fiction Book: http://en.wikipedia.org/wiki/FictionBook ) ebook files. This ebook files format is widely acceptable in Russia. If you doing some converter, reader or editor for ebooks and you using one of the .Net languages - this project for you.

The original library automatically exported from http://code.google.com/p/fb2librarynet and placed here.

Installation

Install-Package FB2Library

or

dotnet add package FB2Library

Usage

Platform Support

Everything that supports .NET Standard 1.0:

  • .NET Core 1.0
  • .NET Framework 4.5
  • Mono
  • Xamarin.iOS
  • Xamarin.Android
  • Universal Windows Platform 10
  • Windows 8.0
  • Windows Phone 8.1
  • Windows Phone Silverlight 8.0

Authors


Microsoft Public License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].