2020-06-08 01:53 AM
Hi ST,
I have problem with MVP when applying BaseView for Views.
complier said cannot convert argument 1 from 'PresenterType' to 'T &'
Please help me fix the problem
Thank you.
Solved! Go to Solution.
2020-06-09 12:46 AM
Look for a project i shared on the community related to base-views.
/Martin
2020-06-08 11:57 PM
Hi,
Could you give more information on your issue ? Like source code ? What are trying to do exactly ?
/Alexandre
2020-06-09 12:46 AM
Look for a project i shared on the community related to base-views.
/Martin
2020-06-09 01:09 AM
Hi,
The problems is solved. I inherrit wrong in Views -> it must inherrit Class View: public BaseView<ViewPresenter> instead.
Tks guys.
2020-06-09 02:59 AM
Great!