Page 483 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 483
};
@Override
public void onDestroy() {
Log.d("", "mytest onDestroy()");
super.onDestroy();
}
}
[UnlockActivity.java] //주인이 잠금을 해제하고 안전히 자전거를 가져갈 때
package com.unlock;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.base.BaseActivity;
import com.example.user.login_form.R;
import com.example.user.login_form.WelcomeActivity;
import com.lock.LockActivity;
import com.lock.NotificationService;
public class UnlockActivity extends BaseActivity {
private Intent intent;
ProgressDialog dialog;
GMailSender sender;
@Override
protected void onCreate(Bundle savedInstanceState) {
- 476 -