terrakok/Cicerone

How to use Cicerone in sigleActivity multimodule app?

NurseyitTursunkulov opened this issue · 3 comments

in multimodule app we navigate to another module with startactivity(), but is it possible to have single activity and use your library for navigation?

Yes. You have to implement your modules as Fragments and show them via transactions

is there any samples ?

I don't know open sourced samples but I did it some time ago for closed app.
Main idea is Coordinator abstraction. It is interface with navigation methods which is implemented in main app module via Cicerone calls