自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 《第一行代码》第 1 章

开始启程——你的第一行 Android 代码Android 系统架构 Android 系统架构如上图,大致可以分为四层架构:Linux 内核层、系统运行库层、应用框架层和应用层。1. Linux 内核层Android 系统是基于 Linux 内核的, 这一层为 Android 设备的各种硬件提供了底层的驱动。2. 系统运行库层这一层通过 C/C++ 库来为 Android 系统提供主要的特性支持。

2017-03-21 13:51:29 417

原创 《第一行代码》Android 学习笔记

笔记前言因本人课程需要以及兴趣爱好,最近在自学 Android 应用开发,在网上搜了一下 Android 教程,发现评价最好的就是郭大侠的《第一行代码》,于是自己就下载了该书的电子版,初读一番,觉得甚是不错,现在最新版是第 2 版。为了让自己能够更系统地学习该书,更牢固地掌握 Android 开发的知识点,我决定在博客里记录下自己的学习过程,和大家分享我的学习笔记,也为之后自己温习提供便利。《第一行

2017-03-21 00:40:16 281

原创 LeetCode [448. Find All Numbers Disappeared in an Array] 难度[easy]

LeetCode [448. Find All Numbers Disappeared in an Array] 难度[easy]题目Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once.Find all the elem

2017-03-17 00:59:30 232

原创 LeetCode [292. Nim Game] 难度[easy]

LeetCode [292. Nim Game] 难度[easy]题目You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who

2017-03-16 21:35:10 207

空空如也

空空如也

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

TA关注的人

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