Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/golang/mobile
/ onCreate
Method
onCreate
app/GoNativeActivity.java:62–66 ·
view source on GitHub ↗
(Bundle savedInstanceState)
Source
from the content-addressed store, hash-verified
60
}
61
62
@Override
63
public
void
onCreate(Bundle savedInstanceState) {
64
load();
65
super.onCreate(savedInstanceState);
66
}
67
}
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected