smartmobilefactory / EpubReaderAndroid

MIT License
24 stars 7 forks source link

observing xPath location #21

Open voipworld opened 6 years ago

voipworld commented 6 years ago

Hey i am using this to observe my ePubView xPath location: private void observeEpub() { binding.epubView.currentLocation() .doOnNext(xPathLocation -> { }).subscribe();}).subscribe(); i can save the xPath variable directly to shared pref, am i right? is the "xPathLocation" in this case a variable or a object? i am a bit confused on it... thanks.