예제 #1
0
 protected void onResume() {
   super.onResume();
 }
예제 #2
0
 protected void onDestroy() {
   super.onDestroy();
 }
예제 #3
0
 protected void onStop() {
   super.onStop();
 }
예제 #4
0
 protected void onPause() {
   super.onPause();
 }
예제 #5
0
 protected void onStart() {
   super.onStart();
 }
예제 #6
0
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   initBatchCode(Constants.LOTNO_SFC);
   initBatchCodeView();
   getData(qihaoxinxi[2], qihaoxinxi[0]);
 }