Skip to content

thevoiceless/PagerSlidingTabStripBindings

Repository files navigation

PagerSlidingTabStrip bindings for Xamarin.Android

Created by loosely following the Xamarin guide for binding a Java library. However, you should probably use PagerSlidingTabStrip.Net by LordZoltan instead.

Usage

  1. Add this project to your solution
  2. Edit your project's references to include this project
  3. Add the 'Android Support Library v4' component to your project (yes, even though it's included in this one)
  4. Add a com.astuetz.PagerSlidingTabStrip XML element to your layout
  5. Add a using Com.Astuetz directive in your code

Notes

  • Built using the AAR for PagerSlidingTabStrip v1.0.1, build action set as 'LibraryProjectZip'
  • Built using the JAR for the v4 Android support library, build action set as 'ReferenceJar'
  • For some reason the 'Android Support Library v4' component had to be included in this project (in addition to the JAR) to build without errors
  • The project builds successfully but produces a few warnings (explained in Metadata.xml)

About

Xamarin.Android bindings project for astuetz's PagerSlidingTabStrip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages