Notice
Recent Posts
Recent Comments
반응형
목록2017/09/13 (1)
오늘도 공부
RxJava를 활용한 페이징(Paging)
/*** * This is a helper wrapper Subscriber that helps you lazily defer * continuous paging of a result set from some API. * Through the use of a {@link Subject}, it helps notify the original {@link Observable} * when to perform an additional fetch. * The notification is sent when a certain count of items has been reached. * Generally this count represents the page. * @param The event type */ @Da..
링크모음/rxjava
2017. 9. 13. 11:53
