# OverScrollView **Repository Path**: joychine/OverScrollView ## Basic Information - **Project Name**: OverScrollView - **Description**: A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OverScrollView ============= A ScrollView with over scroll capabilities, a complete replacement for android's ScrollView. This is a revised version of Android 2.2 ScrollView (as it was the last version without android built in OverScroll). This OverScrollView also solves the issue emerged on Android 2.3.5+ distributions by Samsung, which disabled over scroll completely (http://stackoverflow.com/questions/9261911/samsung-galaxy-s2-2-3-5-not-calling-overscrollby) Usage ------- Use exactly as you would use standard ScrollView. <.../>