I am very interested in this framework: https://github.com/ragunathjawahar/android-saripaar
Unfortunately in the manifest.xml it says
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15" />
Can I still use this with Android 2.3? I’m curious, because I do know there is a android v4 support library out there and I was wondering if that would help?
Well, API Level 9 is Android 2.3 – 2.3.2, also known as Gingerbread.
The android:minSdkVersion is 4, also known as Donut (1.6). So yes you can use it.
For all Codenames, Tags, and Build Numbers, check here