MCPcopy Create free account
hub / github.com/Kevinsu917/Dynamic / onCreate

Method onCreate

src/com/example/dynamicdemo/MainActivity.java:42–52  ·  view source on GitHub ↗
(Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

40 private EditText edInput;
41
42 @Override
43 protected void onCreate(Bundle savedInstanceState) {
44 super.onCreate(savedInstanceState);
45 setContentView(R.layout.activity_main);
46
47 initData();
48 initView();
49
50 mAdapter = new DynamicCenterAdapter(this, dataList, commentBtnClickListener);
51 prvDynamicList.setAdapter(mAdapter);
52 }
53
54
55 private void initView()

Callers

nothing calls this directly

Calls 2

initDataMethod · 0.95
initViewMethod · 0.95

Tested by

no test coverage detected