Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 971 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 971 Bytes

Droid-UIScrollView

Note: Still WIP!

DroidUIScrollView demo

An attempt at a ScrollView that scrolls both vertically and horizontally. A UI widget that is readily available for iOS, aptly named UIScrollView

##Gradle Dependency

Add this in your project app's build.gradle

dependencies{
    compile 'com.greycellofp:DroidUIScrollView:1.0.0'
}

Version

1.0.0

Development

PRs highly appreciated

Todo's

  • Write Uinit Tests
  • Publish to a central Maven Repository
  • Add/Clean Code Comments
  • Implement Nested Scrolling support for Lollipop
  • Flags to switch On/Off Vertical/Horizontal scrolling
  • Cleanup code

License

Public License