Hi, not a kotlin can anyone tell me why can't i ...
# android
a
Hi, not a kotlin can anyone tell me why can't i subscribe to this observable? in all aticles i have read, the observeable has a function subscribe where we can get the live updates (I am new to rxjava)
s
You imported
android.database.Observable
instead of
io.reactivex.Observable
💯 2
a
@StavFX THIS! Thanks