Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cutta/TagView
/ TagView
Method
TagView
library/src/main/java/com/cunoraz/tagview/TagView.java:69–72 ·
view source on GitHub ↗
constructor @param ctx
(Context ctx)
Source
from the content-addressed store, hash-verified
67
* @param ctx
68
*/
69
public
TagView(Context ctx) {
70
super(ctx, null);
71
initialize(ctx, null, 0);
72
}
73
74
/**
75
* constructor
Callers
nothing calls this directly
Calls
1
initialize
Method · 0.95
Tested by
no test coverage detected