viliusk
11/15/2017, 1:24 PMRxTextView.textChanges(customer_phone_number)
)
• debounce queries (every 1second)
• show progressBar
• execute retrofit call: apiServices.getMemberDetails(it)
• show membership details on success with showMemberDetails(it.membership)
• keep waiting for query updates if nothing was found and HttpException: HTTP 400 happened.
When HTTP failure happens, my subscription to query updates is lost.
What’s correct approach for such scenario?viliusk
11/15/2017, 1:26 PM