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

Library Compatibility #8

Closed marbat87 closed 9 years ago

marbat87 commented 9 years ago

It seems that the library is compatible with API 11 or higher only (because of many animations) On Android Arsenal is written "API 7".

cymcsg commented 9 years ago

Now the library is compatible with API 11 as it has been add more effects. It is compatible with API 7 at first.But in fact you can also use it in API 7 if you do not need all the effect in UltimateRecyclerview

marbat87 commented 9 years ago

So, If I use this library, does it work on API 7 without animations, as is? Or should I edit it manually in order to make it working?

marbat87 commented 9 years ago

It doesn't allow me to include the library, if minSdk is lower than 12...

cymcsg commented 9 years ago

In the current version,you need to import the source code into the project and use it if you want to use with API 7.