EasyMVP icon indicating copy to clipboard operation
EasyMVP copied to clipboard

A full-featured framework that allows building android applications following the principles of Clean Architecture.

Results 13 EasyMVP issues
Sort by recently updated
recently updated
newest added

//TODO description

feature

Describe the following scenario : - We have an annotation called `@Composite` that auto wiring the activity/fragment/view lifecycle. - Each annotated field should extends of the `ActivityComposite`, `FragmentComposite` or `ViewComposite`...

feature

- 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.

feature