bduncavage / PullToRefresharp

A pull-to-refresh library for Android in C#
38 stars 78 forks source link

Mono.Android.Support.V4 reference vs Xamarin.Android.Support.V4? #15

Closed gerryhigh closed 10 years ago

gerryhigh commented 10 years ago

I've been using the component for a long time (thanks!). But recently decided to switch to using the Google Play Services ICS component in my app. This component has a reference to Xamarin.Android.Support.V4.

If I include both components in my app then I get linker errors due to types defined in multiple places. If you could update the component / github repo to use the Xamarin.Android.Support.V4 library it would fix this.

As is stands now I need to look at either forking your library and change the reference or switch to the Swipe to refresh API added in API 19.x.

MarcelloLins commented 10 years ago

Seems like the dev abbandoned the project and have no plans to update the support library. Very sad.

Try this one instead : https://github.com/garuma/SwipeDownToRefresh

bduncavage commented 10 years ago

It's true, I haven't had time to devote to this project for a while. However, this is an open source project. If you find an issue, reporting it is a great start. But submitting a pull request that fixes your issue is what will keep this project alive and working well for everyone who uses it.

bduncavage commented 10 years ago

See pull request #17 (and my subsequent merge of component-update branch)