https://github.com/jreategui07/infinitescrollingapp_ios
This Infinite Scrolling demo app avoids loading all items at once. Instead, it retrieves data from a REST API as the user scrolls down the list, improving efficiency and optimizing memory usage.
https://github.com/jreategui07/infinitescrollingapp_ios
infinite-scrolling prefetching reuseidentifier swift uitableview uitableviewcell uitableviewdatasourceprefetching
Last synced: over 1 year ago
JSON representation
This Infinite Scrolling demo app avoids loading all items at once. Instead, it retrieves data from a REST API as the user scrolls down the list, improving efficiency and optimizing memory usage.
- Host: GitHub
- URL: https://github.com/jreategui07/infinitescrollingapp_ios
- Owner: jreategui07
- Created: 2025-01-09T23:21:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T00:06:16.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:16:50.701Z (over 1 year ago)
- Topics: infinite-scrolling, prefetching, reuseidentifier, swift, uitableview, uitableviewcell, uitableviewdatasourceprefetching
- Language: Swift
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-es.md
Awesome Lists containing this project
README
# Infinite Scrolling App
## Descripción
Esta aplicación de demostración de scroll infinito evita cargar todos los elementos a la vez. En su lugar, recupera datos de una API REST a medida que el usuario se desplaza por la lista, mejorando la eficiencia y optimizando el uso de la memoria. Además, implementa una técnica de pre-carga para obtener datos antes de que el usuario los vea, lo que resulta en una experiencia de usuario más fluida.
## Demostración

## License [](https://opensource.org/licenses/MIT)
The MIT License (MIT)
- **Copyright (c) 2024 Jonathan Reátegui**
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.