amitshekhariitbhu / RxJava2-Android-Samples

RxJava 2 Android Examples - How to use RxJava 2 in Android
https://outcomeschool.com
Apache License 2.0
4.96k stars 1.06k forks source link

Show ProgressDialog in instant Search #36

Open sohail585 opened 6 years ago

sohail585 commented 6 years ago

I want to show priogressDialog in the "search" implementation. But, Not finding where to put the "showProgressDialog()" method.

sohail585 commented 6 years ago

@amitshekhariitbhu , Can you please help me with this?

nanjingdaqi commented 5 years ago

Show the progress bar in the Observer#onSubscribe method.