Category – programming
2 posts tagged with "programming" (See all categories)

Pagination in mobile development

27/07/201912 min read Category: programming
This article explains what does "Pagination" (aka Continuous scrolling) means and explains how can you implement it in your project with minimum effort remaining the data flow well-ordered. Though the code samples are given in Swift, the key concept can be applied for other platforms as well....