自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 安卓联系人源码 之AsyncTaskExecutors分析

/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo

2016-04-14 11:06:43 659

原创 获取安卓系统设置,变量名都在这里了

Settings.Systemextends Settings.NameValueTablejava.lang.Object   ↳android.provider.Settings.NameValueTable    ↳android.provider.Settings.SystemC

2016-04-27 09:28:10 1184

原创 移动EditText光标到末位

今天在项目中遇到需要将EditText光标移动末位的功能本来代码 mEditText.setSelection(number.length()) number是EditText中的字符串咋一看没瑕疵,实际上确bug不断,查询一番正确写法:mInputView.setSelection(mInputView.length());//minputview即为Edittext

2016-04-07 13:51:21 355

粗仿寺库分类ListView动画

代码比较粗糙,只是为大家提供一个思路

2016-06-14

空空如也

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

TA关注的人

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