MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / onCreate

Method onCreate

src/com/cloudream/ishow/activity/MainActivity.java:51–59  ·  view source on GitHub ↗
(Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

49 private static final int REQUEST_EFFECT_ACTIVITY = 5;
50
51 @Override
52 protected void onCreate(Bundle savedInstanceState)
53 {
54 super.onCreate(savedInstanceState);
55 setContentView(R.layout.main_activity);
56
57
58 findViewById(R.id.makeup).setOnClickListener(this);
59 }
60
61 private Intent gotoGallery(int picture_count)
62 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected