自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小小程序员

记录程序员的成长

  • 博客(6)
  • 资源 (6)
  • 收藏
  • 关注

原创 Android proguard for Gson

ProblemGSON混淆后执行错误 java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast toSolutionI read from gson source through https://github.com/google/gson/blob/master/examples/andr

2016-03-30 08:04:18 980

原创 如何在Eclipse中Android Private Library中关联源码

Eclipse升级基于新的安全机制,在Android Private Libraries中已经没有办法添加源码了。但开发过种中很多时候是需要关联源码,不然生成一些代码就是arg0这样的情况,所以总结一下解决方案。1. 使用低版本Eclipse低版本不存在这个问题,有朋友说使用MyEclipse可以解决,但我本人没有使用过,喜欢使用MyEclipse的朋友可以尝试一下。2.加入XXX.jar.prop

2016-03-12 09:21:04 2314

原创 Android Studio 下使用自定义属性注意点

1.Eclipse 下使用自定义属性先要在res 下的value目录下生成attr.xml中定义自己的属性,例如下面<?xml version="1.0" encoding="utf-8"?><resources> <!--引入自定义属性--> <declare-styleable name="SwitchToggleView"> <!--滑动开关背景图片属性-

2016-03-09 21:23:35 3230

原创 Android 中通过Message进行IPC 解析

一、概述说到Android进程间通信,大家肯定能想到的是编写aidl文件,然后通过aapt生成的类方便的完成服务端,以及客户端代码的编写。如果你对这个过程不熟悉,可以查看Android aidl Binder框架浅析;当然今天要说的通信方式肯定不是通过编写aidl文件的方式,那么有请今天的主角:Messenger。ok,这是什么样的一个类呢?我们看下注释 This allows for the

2016-03-05 20:28:52 606

转载 Eclipse对Android项目导入、导出、修改工程名详解

1、如果导出的是Android源码,而不是一个含有.project工程文件的项目,如何对该项目进行导入? 通过“File–>Import–>Android–>Existing Android Code Into Workspace”进行导入; 2、通过“File–>Import–>Android–>Existing Android Code Into Workspace”进行导入的工程是如何

2016-03-03 21:34:35 978

转载 Draw 9-patch

Nine-patchA NinePatchDrawable graphic is a stretchable bitmap image, which Android will automatically resize to accommodate the contents of the View in which you have placed it as the background. An ex

2016-03-01 23:20:00 560

The Busy Coder’s Guide to Android Development 8.4 epub

Version 8.4 Do you want current information about how to develop Android apps? This book covers the latest Android Studio version and the latest version of Android, plus all the information you need to get your apps working on older devices. And, with updates coming every couple of months via the Warescription, you will keep up to date. What’s New in Version 8.4? For those of you who have read previous editions of this book, here are some of the highlights of what is new in the prose in Version 8.4: Updated everything for Android Studio 2.3 Added a chapter on Stetho Added material on the Espresso Test Recorder to the chapter on Espresso Updated the coverage of consuming documents with a new “diceware” sample and the use of the CWAC-Document library Updated the chapter on RecyclerView to cover the new(-ish) built-in list divider option Fixed a bug in the Sensor/Monitor sample app in the chapter on sensors Added more material on working with removable storage to the chapter on files Other miscellaneous fixes and improvements Readers of the APK edition of the book who were running into crashes from the new double-tap gesture to hide and show the action bar should have better luck now.

2017-03-30

haxm-windows_v6_0_1

Android 模拟器一直以运行速度慢著称, 本文介绍使用 Intel HAXM 技术为 Android 模拟器加速, 使模拟器运行度媲美真机, 彻底解决模拟器运行慢的问题。 Intel HAXM (Hardware Accelerated Execution Manager) 使用基于 Intel(R) Virtualization Technology (VT) 的硬件加速, 因此需要 CPU 支持 VT , 而且仅限于 Intel CPU, 与 AMD CPU 无缘, Intel HAXM 的描述如下: 使用 Intel VT 技术; 为 Android x86 虚拟设备的模拟运行提供硬件加速; 与 Android SDK 集成; 硬件需求如下: 支持 VT-x, EM64T 以及 Execute Disable Bit 的 Intel 处理器; 至少 1GB 可用内存 支持的操作系统: Windows 7 (32/64-bit) Windows Vista (32/64-bit) Windows XP (32-bit only) OS X 10.6 or 10.7 (32/64-bit) Intel Hardware Accelerated Execution Manager (Intel® HAXM) is a hardware-assisted virtualization engine (hypervisor) that uses Intel Virtualization Technology (Intel® VT) to speed up Android* app emulation on a host machine. In combination with Android x86 emulator images provided by Intel and the official Android SDK Manager, Intel HAXM allows for faster Android emulation on Intel VT enabled systems. The following platforms are supported by Intel HAXM:

2016-01-21

2015计算机专业408考研试题 完整版 无水印版

2015计算机专业408考研试题 完整版 无水印版 2015计算机专业408考研试题 资料来源与王道计算机复习真题资料!已经部分优化并删除多余页面方便全真模拟真题考试,试题答案与试题分开,打印后方便做题!

2015-11-18

2015计算机考研统考408真题及解析 完全打印无水印

2015计算机专业考研真题:2015计算机考研统考408真题及解析 可以打印,无水印

2015-09-26

FPM10A指纹模块官方提供资料

FPM10A指纹模块官方提供资料 供应商提供的电子资料 为2015年最新资料,有中文和官方英语资料,开发过程中用到的可以下载尝试! 觉得不错的请加评论,前面一个要那么多积分,我这个免费哦!希望更多人可以看到!

2015-05-16

VisualStudio 2010入门教程

Microsoft_Visual_Studio_2010入门教程

2012-09-24

空空如也

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

TA关注的人

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