I need to create an Observer over an array which is constantly changing (adding elements).
I am using Obserable.from(Iterable) but it seems that it creates the Observable over the ArrayList as it is at the moment of the creation.
I need the Observer to be notified and the Action to be executed everytime the ArrayList gets a new element added.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…