In this final section of the course, I would like to include another bonus feature on how to implement pagination in a list view. This technique is very useful for increasing the performance of your application since you wont be asking for huge amounts of data from your apis. This first lesson will focus on getting our UI drawn out. We'll focus on implementing data fetch for the next video.
Comments (2)
serxhio
4 years ago
No way, you made this too! Thank you for delivering! I can sincerely say I have learned so much during this course! Thank you, Brian!
Brian Voong
4 years ago
serxhio
4 years ago
I don’t know if it’s necessary or doable but implementing Reachability method would be nice. If no connection, a refresh button to re-call json etc ...
luffy064
2 years ago
hi Brian, I have one question, on tableview existe table.tablefooterView on CollectionView exist something like this?. when I was work with TableView I added indicatorView
Br.