自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

原创 停止更新

所以内容只发往公司内部blog,所以停止更新。

2015-11-12 18:19:02 377

原创 React-Native-Android集成问题总汇

项目集成React-Native-Android时遇到各种坑的爬坑姿势1. 依赖冲突react-native依赖关系如下:_releaseCompile - ## Internal use, do not manually configure ##+--- com.android.support:appcompat-v7:23.0.0| \--- com.android.support

2015-09-25 15:41:02 3849 3

原创 React-Native-Android简单环境构建

1. 开发环境配置mac os xxcodegitnodeAndroid SDKAndroid NDKAndroid Studio翻墙工具2. react-native配置配置详见:http://facebook.github.io/react-native/docs/getting-started.html3. react-native 创建demo工程➜ react-na

2015-09-25 15:39:25 400

原创 mac下识别android设备

命令行:system_profiler SPUSBDataType然后找到手机Vendor ID添加到~/.android/adb_usb.ini 中

2015-05-21 17:03:48 330

原创 Google Dexmaker 代码解析(五)-- Local<T>

Local<T>/** * A temporary variable that holds a single value of a known type. */class或method内的局部变量。类结构图构造方法构造方法为私有,对外无法直接new一个实例。 private Local(Code code, TypeId<T> type) { this.code = code;

2015-03-24 22:45:43 639

原创 Google Dexmaker 代码解析(四)-- MethodId<D, R>

MethodId<D, R>/** * Identifies a method or constructor. * * @param <D> the type declaring this field * @param <R> the return type of this method */用来定义一个方法或者构造方法。类结构图构造方法对外隐藏构造方法,无法直接new一个实例。核心方法

2015-03-24 22:36:59 770

原创 Google Dexmaker 代码解析(三)-- FieldId<D, V>

FieldId<D, V>/** * Identifies a field. * * @param <D> the type declaring this field * @param <V> the type of value this field holds */这个class用来声明一个作用域,包括这个作用域所属的Type和这个作用域所有值的Type。类结构图构造方法此class的构

2015-03-24 22:21:54 497

原创 Google Dexmaker 代码解析(二)-- TypeId<T>

TypeId<T>/** * A primitive type, interface or class. * * <p><strong>Warning:</strong> Use care when dealing with boxed primitive * types. Java's lack of support for parameterized primitive types me

2015-03-24 21:25:44 868

自定义ViewGroup_实现拖动跟快速滚动的效果

自定义ViewGroup_实现拖动跟快速滚动的效果

2012-02-19

空空如也

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

TA关注的人

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