自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 android 调用打电话URI

//叫出拨号程序  <br /> Uri uri = Uri.parse("tel:0800000123");  <br /> Intent it = new Intent(Intent.ACTION_DIAL, uri);  <br /> startActivity(it);     <br />   <br /> //直接打电话出去  <br /> Uri uri = Uri.parse("tel:0800000123");  <br /> Intent it = new Intent(I

2011-04-11 19:41:00 2490

原创 自定义dialog 占用整个activity

<br /><br />/* 自定义的dialog */<br />publicclass QuitDialog extends Activity implements OnClickListener {<br /> <br />    private Button bt_true, bt_false;<br />    private TextView content;<br /> <br />    @Override<br />    protectedvoid onCreate(Bundle sa

2011-04-08 11:32:00 606

原创 android控制home键 代码

@Override  public void onAttachedToWindow() {      // TODO Auto-generated method stub      this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);      super.onAttachedToWindow();  }  @Override  public boolean onKeyDown(int keyCode, KeyEvent ev

2011-04-07 13:57:00 1389

android adapter demo

android上的listview在外部操作内部事件

2011-09-01

异步更新location源码

异步更新location源码异步更新location源码异步更新location源码异步更新location源码异步更新location源码异步更新location源码异步更新location源码异步更新location源码

2011-03-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除