This is what I would do to display progress. Observable<String> downloadObservable = Observable.create( sub -> { InputStream input = null; ...
確定! 回上一頁