# lazy-data-loading **Repository Path**: popstra/lazy-data-loading ## Basic Information - **Project Name**: lazy-data-loading - **Description**: kl - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-11-19 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sample demonstrates lazy loading data from SQLite which means parsing data from `Cursor` on the fly when you need it (on-demand). For details see [appropriate articles](http://www.dmytrodanylyk.com/pages/blog/lazy-data-loading.html).