timer
timer copied to clipboard
This is a simple rxjava2/rxjava3/kotlin-flow timer
Results
2
timer issues
Sort by
recently updated
recently updated
newest added
Hello How can I transform your class to make Rx2Timer be as "Rx2Cronometer". In other words I need to count up the elapsed time like using default android Chronometer.
question
Implementation of RxJava3 require change from Rx2Timer to Rx3Timer, change imports and in dependencies com.github.thepacific:rx3-timer io.reactivex.rxjava3:rxjava version up to 3.0.6 Implementation of RxJava2 requires com.github.thepacific:rx2-timer io.reactivex.rxjava2:rxjava This should be in...