breadwallet / breadwallet-android

The Android version of the Bread bitcoin wallet.
MIT License
387 stars 424 forks source link

Mobius framework : Code conversion (Help wanted) #167

Closed swapnilsinha17 closed 3 years ago

swapnilsinha17 commented 3 years ago

Is there any way that we can convert the code into mobius architecture or just do it by manually? Thanks!

DrewCarlson commented 3 years ago

Could you describe your goal in more detail? Are you looking to convert some legacy code that exists in this repo or add new feature?

Either way I'd suggest reviewing the Mobius workflow and related docs here. We use a coroutines adapter which has a similar API to the official RxJava adapters. A good example of how we use Mobius is the Sync Blockchain screen.

swapnilsinha17 commented 3 years ago

Thanks for reply. @DrewCarlson Actually i am new with Blockchain also Mobius framework is new for me .I want to review the code but i don't understand it yet properly.I will go through the doc hope it's helpful for me.