etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Add specialized 'EiffelFactory' #94

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

Create a specialized EiffelFactory that allows passing arguments for instantiating states without some default values.

Also add EiffelActivity and EiffelFragment to scope view model access and prepare for future features.