Dependency:
compile 'com.github.artemkopan:base-utils:x.y.z'
compile 'com.github.artemkopan:base-recycler:x.y.z'
compile 'com.github.artemkopan:base-widget:x.y.z'
compile 'com.github.artemkopan:base-mvp:x.y.z'
compile 'com.github.artemkopan:base-all:x.y.z'
Base MVP - Router Settigns:
Router.setIdResDefault(R.id.fragment_container);
- File Template for Android Studio: MVPTemplate
- Live Template for Android Studio: LIVETemplate