MCPcopy Create free account
hub / github.com/ZTFtrue/My-note / onCreate

Method onCreate

java/SendHexDataByUDP.java:20–25  ·  view source on GitHub ↗
(Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

18 private DatagramSocket mSocket;
19
20 @Override
21 protected void onCreate(Bundle savedInstanceState) {
22 super.onCreate(savedInstanceState);
23 setContentView(R.layout.activity_main);
24 findViewById(R.id.send).setOnClickListener(this);
25 }
26
27 @Override
28 public void onClick(View view) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected