https://github.com/utsavdotpro/nonscrolllistview
ListView that grows its height based on chlid height and count.
https://github.com/utsavdotpro/nonscrolllistview
android android-library android-listview java ui-component
Last synced: about 1 month ago
JSON representation
ListView that grows its height based on chlid height and count.
- Host: GitHub
- URL: https://github.com/utsavdotpro/nonscrolllistview
- Owner: utsavdotpro
- Created: 2021-02-04T20:56:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T21:04:13.000Z (over 5 years ago)
- Last Synced: 2025-06-05T04:49:59.250Z (12 months ago)
- Topics: android, android-library, android-listview, java, ui-component
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#u-barnwal/NonScrollListView)
# NonScrollListView
ListView that grows its height based on chlid height and count.
## Implementation
**Step 1:** Add to project level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
**Step 2:** Add to app level build.gradle
dependencies {
implementation 'com.github.u-barnwal:NonScrollListView:VERSION'
}
## How to use
**Step 1:** Create view
**Step 2:** Use it like a normal ListView
## Features
- Used exactly like ListView
- Can be used inside a ScrollView
- Support all list adapters
- Fully adaptive
## Links
- Live example: https://transactionslistlite.isolpro.in