Ramotion / cardslider-android

:octocat: 🃏 Cardslider is a material design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
https://www.ramotion.com/cardslider-android-ui-app-development-library-to-interact-with-cards/
MIT License
2.34k stars 358 forks source link

Any reason why the minimum api level is kitkat? #3

Closed raylee4204 closed 6 years ago

eneim commented 7 years ago

@raylee4204 may be this (multi catch is not supported in SDK 16 ...). But hey this is just silly :D. So maybe some other places :D.

jonathansds commented 7 years ago

I'd like like to know as well. I'm actually thinking twice if I use this library or implement my own one cause my project uses API level 16+ and I don't feel like changing to 19+ just because of 1 single lib. Any reason the minimum API level is Kitkat?

eneim commented 7 years ago

@jonathansds you can clone this and manually add it into your library, make sure to mention the license (this one is a Apache 2.0 so it will be fine). as you also know about my lib, take a look on how I'm using it maybe helpful :p

jonathansds commented 7 years ago

Hi @eneim I will as you suggest then :) Thanks. Can you provide a link of the file you're using the library?

Thanks.

jonathansds commented 7 years ago

Also, @eneim what about use <uses-sdk android:minSdkVersion="16" tools:overrideLibrary="com.ramotion.cardslider"/> ? Have you tried it? Do you think it worth a try?

eneim commented 7 years ago

@jonathansds This link is where I custom this click here. I just change the way it catches the exception ...

eneim commented 7 years ago

Also the override will not make it to Jellybean user I suppose.