konmik / nucleus

Nucleus is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.
MIT License
1.97k stars 253 forks source link

Does Nucleus support native Fragments? #143

Closed Orbyt closed 7 years ago

Orbyt commented 7 years ago

I see that there only a class exists for support Fragments, the NucleusSupportFragment. Does Nucleus support native Fragments?

konmik commented 7 years ago

The native fragment class is called 'NucleusFragment'.

Orbyt commented 7 years ago

Ah, of course, my mistake. Will give it a go.