Orçun Çolak'ın her şeyden bir parça notları
Observable.zip(api.getUserDetails2(userId), api.getUserPhoto2(userId), (details, photo) -> Pair.of(details, photo)) .subscribe(p -> { // Do your task. });
Hiç yorum yok:
Yorum Gönder