artem-zinnatullin / RxUi

Implementation of pure functional concept of talking to Android View layer in a Reactive way
https://artemzin.com/blog/rxui-talking-to-android-view-layer-in-a-reactive-way/
MIT License
261 stars 22 forks source link

Add ui feedback #21

Open srdjantot opened 8 years ago

srdjantot commented 8 years ago

It should be great if you could expand examples to show ui feedback when user clicks on button.

AuthService.Impl could sleep for few seconds to simulate network lag. Ui could show something like "Loging in..." in TextView and should disable button to prevent multiple login attempts.

artem-zinnatullin commented 8 years ago

Good suggestion, ok, will add soon!