mushoffa / oy-test

0 stars 0 forks source link

unnecessary extends #1

Open andrisasuke opened 7 years ago

andrisasuke commented 7 years ago

1. public interface IBasePresenter {

knp IBaseView nya adalah interface kosong. apa gk langsung public interface IBasePresenter

2. public interface HomeContract { interface Presenter extends BasePresenter{ } }

knp interface di dlm interface, gk langsung extends BasePresenter aja semua ?

mushoffa commented 7 years ago

On going research testing various form of MVP pattern, will do clean up then

  1. MVP architecture proposed by hannesdorman
  2. MVP architecture proposed by https://github.com/googlesamples/android-architecture