明天的东西

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了明天的东西相关的知识,希望对你有一定的参考价值。

http://www.2cto.com/kf/201403/283563.html

 

 

AlertDialog.Builder builder=new Builder(MainActivity.this);
builder.setMessage("确定删除?");
builder.setTitle("提示");

//添加AlertDialog.Builder对象的setPositiveButton()方法
builder.setPositiveButton("确定", new OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
if(listItems.remove(position)!=null){
System.out.println("success");
}else {
System.out.println("failed");
}
simpleAdapter.notifyDataSetChanged();
Toast.makeText(getBaseContext(), "删除列表项", Toast.LENGTH_SHORT).show();
}

以上是关于明天的东西的主要内容,如果未能解决你的问题,请参考以下文章

Unix传奇

课设第24天

UNIX传奇(上篇)

浮动不工作,第二个背景图像没有注册为背景,居中的东西?

11.14-11.18周总结

今天是昨天与明天的分割线