自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(23)
  • 问答 (1)
  • 收藏
  • 关注

原创 TextView设置连接的方式

TextView添加链接方式

2015-08-04 19:37:40 495

原创 滑动返回

自定制一个Overlay层,来实现滑动返回。将滑动返回剥离出来,可以直接在系统Activity上使用。

2015-05-22 18:35:40 573

原创 Using ViewPager for Screen Slides

Briefly introduce into android view pager.

2015-04-21 14:59:51 640

原创 Custom Components

Briefly introduce to android custom component.

2015-04-21 09:27:45 443

原创 Sensors Overview

Briefly introduce into android sensors.

2015-04-17 17:23:43 482

原创 Connecting to the Network via HttpURLConnection

Briefly introduce to connect the network via HttpURLConnection

2015-04-16 14:55:05 602

原创 Drawable Animation

Briefly introduce to drawable animation.

2015-04-14 16:56:51 307

原创 View Animation

Briefly introduce to android view animation.

2015-04-14 16:34:25 377

原创 Property Animation

Briefly introduce to property animation.

2015-04-13 09:31:45 485

原创 Creating Custom Views

Briefly introduce to creating custom views.

2015-04-09 09:23:25 517

原创 Menus

Briefly introduce to menus.

2015-04-08 09:26:00 478

原创 Spinners

Briefly introduce to spinners.

2015-04-07 18:04:57 359

原创 Bound services

Briefly introduce to bound services.

2015-04-07 16:53:33 352

原创 Services

Briefly introduce to services.

2015-04-07 09:48:20 297

原创 Tasks and Back Stack

Briefly introduce to android activity task.

2015-04-03 17:51:09 346

原创 App Install Location

Briefly introduce to app install location.

2015-04-02 17:48:15 365

原创 Storage Options

Briefly introduce to data storage.

2015-04-02 16:15:49 465

原创 App Fundamentals

Briefly introduce to application app fundamentals.

2015-04-02 09:13:32 395

原创 Search

Briefly introduce to search view.

2015-04-01 17:57:21 447

原创 Processes and Threads

Briefly introduce to processes and threads.

2015-04-01 15:03:35 342

原创 Intents and Intent Filters

Briefly introduce to intents and intent filters.

2015-04-01 11:07:17 423

原创 Activities

Briefly introduce to activities.

2015-03-17 10:15:42 329

原创 android View详解

一、什么是View?View是用户界面的组件。它负责描绘出一个矩形区域,并负责处理这个矩形区域同用户交互的所有事件。二、View的使用通常而言,我们使用View主要在4种情况。a>设置View的相关属性(如设置TextView显示的文本,setText方法)。也就是说我们需要改变描绘的矩形区域(需要重新描绘)。b>焦点相关。View是否可以获取焦点(setFocusable,r

2015-02-02 14:44:54 398

空空如也

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

TA关注的人

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