listview
Here are 739 public repositories matching this topic...
I'm guessing, since I see no reference to filtering and sorting in the docs, that the underlying data model is expected to deal with those aspects.
My question is simply if anyone could point out some nice fast example code for that functionality.
Thanks.
-
Updated
Jan 2, 2020 - Java
-
Updated
May 24, 2020 - TypeScript
-
Updated
Aug 1, 2018 - Java
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
-
Updated
Jun 3, 2020 - Java
In navigation drawer when user click on any specific menu then that menu should be shown selected
How do we do this by using your library...??please help me to figure out this solution.
-
Updated
May 4, 2018 - Java
-
Updated
Oct 16, 2019 - Java
-
Updated
May 17, 2017 - Java
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Jul 11, 2019 - Java
-
Updated
Oct 16, 2019 - Java
With RN 0.30.0, warnings appear about the two props mentioned in the title:
<Warning>: Warning: Failed prop type: Required prop `stickyHeaderIndices` was not specified in `SGListView`.
It's easy to get rid of the warnings by adding the default values (1000 and [], respectively).
This is the relevant bit in the RN code: https://github.com/facebook/react-native/blob/975d196c67dfbe657e902
-
Updated
Nov 17, 2017 - Java
Warnings in RN 0.61
componentWillReceiveProps and componentWillMount are being used by this package, but they are now deprecated by react and their use discouraged. This causes warnings in newest react native. Needs to be rewritten. See:
https://reactjs.org/docs/react-component.html#unsafe_componentwillmount
https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops
-
Updated
Jul 13, 2018 - Java
"react-native": "^0.46.4"
"react-native-ultimate-listview": "^3.2.1"
The "abortFetch()" method does not stop pagination
onFetch = async (page = 1, startFetch, abortFetch) => {
this.connection((data) => {
-
Updated
Aug 9, 2017 - Java
-
Updated
Feb 24, 2020 - Java
-
Updated
Apr 8, 2019 - Java
-
Updated
May 11, 2020 - C++
-
Updated
Nov 16, 2018 - Java
Improve this page
Add a description, image, and links to the listview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the listview topic, visit your repo's landing page and select "manage topics."

Hi there! I wanted to propose adding the following badge to the README to indicate how many
TODOcomments are in this codebase:The badge links to
tickgit.comwhich is a free service that indexes and displays TODO comme