TITLE As it stands, how does RxJava and RxAndroid get results for patterns that start asynchronous processing with FirstActivity on Android and receive results with transitioned SecondActivity?Is there no other way but to create these patterns on the part of the user, rather than on the library that is considered?Please let me know.
android
I think there are several implementation approaches, but I often use the following two:
1 is easy to implement, but it is not suitable for critical processing because handling is troublesome if the activity transition is not successful.I think it is difficult to implement 2 while the service can bear the responsibility.
When I implement it, I try to use the approach of 1 for retries and 2 for those that require precise health management.
928 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
579 Understanding How to Configure Google API Key
624 GDB gets version error when attempting to debug with the Presense SDK (IDE)
635 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.