Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

heytherewill/Fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric

🐦 Modular Xamarin Bindings for Twitter Fabric

There are multiple implementations of bindings for Twitter Fabric. If you need to use more than one kit at a time, though, you'll start having namespace conflicts. This is bad. So I did the only possible thing: I created yet another set of bindings!

You could easily replace my brain with a machine that quotes xkcd and no one would notice the difference

This project's purpose is to make the usage of Fabric modular and simple to extend. If you ever need bindings for a new kit, you can do so by referencing the Fabric.Core package. Like that, those consuming your bindings won't have to make namespace aliases if they need your kit and someone else's.

#Building

Extract the Javadocs before building:

jar -tvf javadoc-file-name.jar

Delete them afterwards:

path/to/javadocs/ ! -name *.jar -delete

Installation

Install via NuGet using:

TwitterCore

PM> Install-Package Fabric.TwitterCore

Crashlytics

PM> Install-Package Fabric.Crashlytics

Digits

PM> Install-Package Fabric.Digits

Thanks

Special thanks to @azchohfi's Crashlytics.Droid and @phischu's Android-Twitter-Core-Xamarin. I've always used those libraries, but needing to use them both in the same project was what made me create this project.

About

🐦 Modular Xamarin Bindings for Twitter Fabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages