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

Nucleus mvp for androidtv #108

Closed ashiagr closed 8 years ago

ashiagr commented 8 years ago

I am using nucleus mvp library in an android app and planning for androidtv app using same rest APIs and android leanback library. Wondering if nucleus can be extended to support leanback just like it supports v4 and v7.

konmik do you have any suggestions?

konmik commented 8 years ago

Hi, I have no idea what leanback is, but if you need base view classes, feel free to copy/paste them. They are stupid simple.