java - Https requests with RxJava -


i have recycler view list of users, when user clicked want send https request respectivly of user, , when response obtained want update item in adapter. think can use rxjava (specifically rxbinding) listen event, problem don´t know how use rxjava, how update specific item inside recycler view. can guide me on how that?


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -