Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asLody/VirtualApp
/ BaseView
Interface
BaseView
VirtualApp/app/src/main/java/io/virtualapp/abs/BaseView.java:9–13 ·
view source on GitHub ↗
@author Lody
Source
from the content-addressed store, hash-verified
7
* @author Lody
8
*/
9
public
interface
BaseView<T> {
10
Activity getActivity();
11
Context getContext();
12
void
setPresenter(T presenter);
13
}
Callers
14
HomePresenterImpl
Method · 0.65
onViewCreated
Method · 0.65
finishActivity
Method · 0.65
getMountPoints
Method · 0.65
createPackageContext
Method · 0.65
acquireProviderClient
Method · 0.65
inject
Method · 0.65
getInterface
Method · 0.65
inject
Method · 0.65
InputMethodManagerStub
Method · 0.65
inject
Method · 0.65
HomePresenterImpl
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected