MvpDelegateCallback does not exist
See original GitHub issueVersion: Mosby v2.0.0:
According to documentation here: http://hannesdorfmann.com/mosby/mvp/
There should be MvpDelegateCallback
:
MvpDelegateCallback: Is an interface every MvpView in Mosby has to implement. Basically it just provides some MVP related methods like
Instead all delegate classes uses BaseMvpDelegateCallback<V, P>
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
CallBackOnCollectedDelegate C# - MSDN - Microsoft
Sounds like the object that owns the delegate is being GC'ed when it shouldn't be. You don't need to use GC.KeepAlive in most...
Read more >java - Android: MVP. Right way to communicaticate between ...
After extensive reading, I came to a conclusion, that I do not need another class 'Repository' to delegate loading of data.
Read more >callback on a garbage collected delegate error - C# / C Sharp
Hi, I have an application using a DLL and callbacks. It generate random the error "A callback was made on a garbage collected...
Read more >mosby/ActivityMvpDelegateImpl.java at master - GitHub
A Model-View-Presenter / Model-View-Intent library for modern Android apps - mosby/ActivityMvpDelegateImpl.java at master · sockeqwe/mosby.
Read more >Best practices for MVP pattern on Android
1 Answer 1 · The methods to update the view should be simple and targeted on a single element. · Lifecycle events methods...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You are right, the documentation is not up-to-date on this. MvpDelegateCallback has been renamed to BaseMvpDelegateCallback in Mosby 2.0
I will update the docs. thanks for reporting!
Vladimir Baryshnikov notifications@github.com schrieb am Do., 19. Nov. 2015 22:56:
Renamed in 3.0