Saeed
Saeed
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`...
- 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.
- [x] Change travis config - [ ] Update README.md - [x] Upload Sample