自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 android自带图片资源图标一览,android.R.drawable

http://blog.csdn.net/yanzi1225627/article/details/18899879

2016-07-29 09:14:14 3999

原创 从相册和相机获取头像

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="300dp" android:layout_height="wrap_content" android:orientation="vertical"> <ImageView

2016-07-29 09:11:27 437

转载 线程池

http://www.oschina.net/question/565065_86540?fromerr=YHnLVmey

2016-07-29 09:04:08 264

转载 java为什么要实例化?实例化的对象和引用...

Vehicle veh1 = new Vehicle(); 通常把这条语句的动作称之为创建一个对象,也就是实例化,其实,它包含了四个动作。 1)右边的“new Vehicle”,是以Vehicle类为模板,在堆空间里创建一个Vehicle类对象(也简称为Vehicle对象)。 2)末尾的()意味着,在对象创建后,立即调用Vehicle类的构造函数,对刚生成的对象进行初始化。构造函数是肯定有

2016-07-19 09:05:57 7037 1

原创 小圆点

import java.util.ArrayList;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.os.Handler;import android.support.v4.view.ViewPager;import an

2016-07-01 08:29:40 249

空空如也

空空如也

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

TA关注的人

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