自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (9)
  • 收藏
  • 关注

原创 【每日一剂】---onSaveInstanceState()保存临时数据

Activity 提供了一个onSaveInstanceState()回调方法,这个方法会保证一定在活动被回收前调用 ,因此可以用这个方法解决活动被回收时临时数据得不到保存的问题。onSaveInstanceState()方法会携带一个 Bundle 类型的参数,Bundle 提供了一系列的方法用于保存数据,比如可以使用 putString()方法保存字符串,使用 putInt()方法保存整型数据,

2015-12-30 21:03:34 594

原创 【每日一剂】---ADB

什么是adb?Android调试桥(adb)是一个开发工具,帮助安卓设备和个人计算机之间的通信。这种通信大多是在USB电缆下进行,但是也支持Wi-Fi连接。adb还可被用来与电脑上运行的安卓模拟器交流通信。adb 对于安卓开发来说就像一把“瑞士军刀”。它拥有众多的功能在指令( adb –help )中被详细描述。 部分通俗的指令在[[Doc:_adb_intro#Popular_adb_comman

2015-12-30 16:53:29 534 1

原创 Mac Error Create Android Project - “Errors running builder 'Android Resource Manager' on project”

1. Go to your eclipse directory and find "Eclipse.app" file. Just to be on safe side, back up this file somewhere (Just the Eclipse.app file).2. Right-Click on "Eclipse.app" file, and select "Show

2015-12-30 12:14:24 365

原创 Intent

Intent in = new Intent(this, Activity.class); in.putExtra("mark", ""); in.putExtra("group_id", ""); startActivity(in); Log.i("ggsdfads", "finish");

2015-12-24 17:42:57 545

转载 EventBus

http://blog.csdn.net/harvic880925/article/details/40660137

2015-12-23 13:24:26 339

原创 Android back键两次退出

private boolean isWaitingExit; @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { if (isWaitingExit) {

2015-12-21 21:00:42 428

转载 PinnedHeaderExpandableListView expandListView

http://dwtedx.com/itshare_433.html http://46aae4d1e2371e4aa769798941cef698.devproxy.yunshipei.com/adsdfaadsadsadsad/article/details/45193001http://www.tamabc.com/article/70904.html

2015-12-16 17:23:21 332

原创 Fragment setText NullPointerException 报异常

java.lang.NullPointerException 解决办法:@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { LayoutInflater LF = getActivit

2015-12-15 11:43:51 959

转载 ViewPager+Fragment收集研究

这里写链接内容这里写链接内容

2015-12-13 23:47:43 227

原创 [新Android]--FloatingActionButton

FloatingActionButton点击打开链接

2015-12-09 17:25:45 222

转载 Android SharedPreferences使用以及原理详解

Android SharedPreferences使用以及原理详解

2015-12-08 14:42:47 362

原创 哔了沟了,今天犯了一个低级错误

新来一个同事,总监让我指导一下他,帮他弄了一下环境,用到的软件。他之前没用过MacBook,不过我也是Mac新手,只不过比他早用了几个月而已。废话不多说 给他弄了SourceTree,克隆代码后 正好现在开发任务处于完成阶段,闲着也是闲着,所以脑残的手贱了,把本地代码删了,再重新克隆玩玩,以熟悉熟悉版本控制流程,结果粗大事~(≧▽≦)/~啦啦啦 删除本地代码后,SourceTree不断地弹窗提

2015-12-03 23:11:19 910

原创 Git客户端SourceTree-克隆拉取

http://www.lidaoliang.com/14361541083813.htmlhttp://blog.csdn.net/wade333777/article/details/38294385

2015-12-03 10:49:11 8404 1

原创 官网 Android Studio下载地址

Android Studio 下载Installing Android StudioSDK Adding SDK Packages Adding SDK Packages

2015-12-02 16:01:12 668

https android 证书

https

2017-05-05

android https遇到自签名证书/信任证书

android https遇到自签名证书/信任证书

2017-05-05

Android从入门到精通书中源代码

Android从入门到精通书中源代码

2016-06-27

AliOSS 阿里oss

AliOSS

2016-06-27

14天学会安卓开发_(完整版).pdf

14天学会安卓开发_(完整版).pdf,随时看

2016-01-08

Android开发艺术探索_源码android-art-res

Android开发艺术探索_源码android-art-res,任玉刚著,值得推荐一看

2016-01-08

购物车相关文档

购物车相关文档

2015-07-10

C语言实用程序150例【包括代码】

C语言实用程序150例【包括代码】

2013-05-09

空空如也

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

TA关注的人

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