issues
search
6thsolution
/
EasyMVP
A full-featured framework that allows building android applications following the principles of Clean Architecture.
http://6thsolution.github.io/EasyMVP
Apache License 2.0
1.3k
stars
129
forks
source link
Auto inflation with @FragmentView and @CusotmView
#7
Open
SaeedMasoumi
opened
8 years ago
SaeedMasoumi
commented
8 years ago
Like
@ActivityView#layout
, we should be able to define the layout id in
@FragmentView#layout
or
@CustomView#layout
.
Weaver part will take care of auto inflation.
@ActivityView#layout
, we should be able to define the layout id in@FragmentView#layout
or@CustomView#layout
.