cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Problem with library PermissionsDispatcher with plugin android-apt #178

Closed moisesvs closed 9 years ago

moisesvs commented 9 years ago

Hi!

I want integrate the library permissionDispatcher with ultimateRecyclerView but when I included this library in my file gradle.build the UltimateRecyclerView doesn't work the listener onUpOrCancelMotionEvent and setDefaultOnRefreshListener. Could you try add this library?

Regards

cymcsg commented 9 years ago

What do you mean by `permissionDispatcher `library?

moisesvs commented 9 years ago

This library: http://hotchemi.github.io/PermissionsDispatcher/

moisesvs commented 9 years ago

And the library Android-APT is this: https://bitbucket.org/hvisser/android-apt

moisesvs commented 9 years ago

Any ideas? Could integrate this library together with UltimateRecyclerView? Thanks.

cymcsg commented 9 years ago

With the Readme in that library,I think it can be integrated with UltimateRecyclerview.But I do not read the source code of that library so I do not know how it achieves.Maybe these two libraries override something at the same time.

moisesvs commented 9 years ago

But if that library override something at the same time will get error the gradle builder, no?. I don't know that is happening but you can read the source code un the github page, no?.

This library is useful to detect the app permissions in Android 6.0 (Android m)

Do you think that in the future could fix?

cymcsg commented 9 years ago

It's only my guess and they are methods not attrs. I do not think it is a main feature in URV but it's good idea to be compatible with URV.