首页>代码>android 设置闹钟 >/alarmclock/src/com/huaao/alarm_clock/OtherActvity.java
package com.huaao.alarm_clock;

import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;

public class OtherActvity extends Activity {
	@Override
	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		
		AlertDialog.Builder builder = new AlertDialog.Builder(this);
		builder.setTitle("闹钟");
		builder.setMessage("懒猪,该起床了");
		builder.setPositiveButton("OK", new DialogInterface.OnClickListener(){
			@Override
			public void onClick(DialogInterface dialog, int which) {
				finish();
			}
			
		});
		builder.setNegativeButton("CANCEL", null);
		builder.show();
	}
}
最近下载更多
lkx666  LV3 2023年6月9日
thjfvjyvk  LV1 2021年10月27日
我想要两个西柚  LV2 2021年7月2日
zyq1123  LV2 2021年4月21日
Frantic  LV1 2021年4月16日
fengxiao  LV8 2020年12月30日
ljyyyyyyyyy  LV1 2020年12月15日
xxxxSSSS66666  LV2 2020年12月1日
残留的回忆  LV3 2020年11月18日
sikwissiwxd  LV1 2020年10月28日
最近浏览更多
tianshi  LV7 2023年10月19日
lkx666  LV3 2023年6月9日
小妹妹  LV7 2023年6月9日
LITIANYU084414  LV11 2023年1月13日
dong123456  LV2 2022年11月4日
zzzzzz8  LV4 2022年6月14日
Nilupar  LV3 2022年6月13日
微信网友_5976073020362752  LV2 2022年5月27日
GZW012345  LV8 2022年5月23日
萌了个乖乖  LV12 2022年5月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友