Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 617 Bytes

File metadata and controls

executable file
·
24 lines (18 loc) · 617 Bytes

BaseProject

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); 

Other