janishar / android-mvp-interactor-architecture

Extension of the android-mvp-architecture for very large projects.
Apache License 2.0
404 stars 97 forks source link

How to add custom view to this structure? #12

Open aomari opened 6 years ago

aomari commented 6 years ago

It was a great structure, and I have start using it in my projects, so first I want to say Thanks. but I have a problem of how can I add my custom view (e.g. customTextView) to this structure that can access other app components like sharedPreferences and other components?

so please, could you help us to support it in this structure?