An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/u-barnwal/NonScrollListView.svg)](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