See https://github.com/googlesamples/android-architecture
We'd talked about this awhile back as a really good example for demoing RIBs in a context that's both familiar and comparable to other common architectures. This repo is sort of the go-to standard for comparing/demoing different architectures
Hi there,
I was just implementing the RIBs sample when I saw this open issue. It is still raw, as I am building it to get more insight on the architecture.
Check it out and please give any kind of feedback. As I am new to RIBs I might be using some anti-patterns :/
I have one question. What is the best practice to implement a view back-stack?
Thanks a lot for building RIBs. I like the concept a lot.
It would be great to have some RIBs with backstack (either RouterNavigator or ScreenStack based) working example or snippet from Uber team too so we can have shared knowledge from the source. I liked what @aitorvs shared. 馃憤
@aitorvs is it possible to "move" (integrate) todo sample from your fork to original repo? It seems like a nice example and having it in official repo would bring more visibility to RIBs in Android community.
Sorry for letting this slide. @aitorvs, are you still interested in getting feedback? If so I'll try to grab some time this weekend or next week.
If we do integrate this with android-architecture maybe we should name your sample in accordance with the other principles you're demoing. For example, one company has told me that they use RIBs with MVVM patterns on top of a clean overall app structure. If that engineer wrote a sample he might title it something like todo鈥憁vvm-ribs-clean?
Hey @AttwellBrian! Sure, i am still interested in getting this out.
I am totally fine with the name change. It makes sense.
Closing out stale issues.
Most helpful comment
Hi there,
I was just implementing the RIBs sample when I saw this open issue. It is still raw, as I am building it to get more insight on the architecture.
Check it out and please give any kind of feedback. As I am new to RIBs I might be using some anti-patterns :/
I have one question. What is the best practice to implement a view back-stack?
Thanks a lot for building RIBs. I like the concept a lot.