-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
634 lines (475 loc) · 38.3 KB
/
index.html
File metadata and controls
634 lines (475 loc) · 38.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>开发工具和框架 | github-android</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="面试: https://github.com/kdn251/interviews
Adnroid面试复习: https://github.com/envyfan/AndroidReview
AndroidInterview-Q-A: https://github.com/JackyAndroid/AndroidInterview-Q-A
awesome-interview-questions: h">
<meta property="og:type" content="website">
<meta property="og:title" content="开发工具和框架">
<meta property="og:url" content="http://yoursite.com/tools-frame/index.html">
<meta property="og:site_name" content="github-android">
<meta property="og:description" content="面试: https://github.com/kdn251/interviews
Adnroid面试复习: https://github.com/envyfan/AndroidReview
AndroidInterview-Q-A: https://github.com/JackyAndroid/AndroidInterview-Q-A
awesome-interview-questions: h">
<meta property="og:updated_time" content="2017-05-04T15:34:07.505Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="开发工具和框架">
<meta name="twitter:description" content="面试: https://github.com/kdn251/interviews
Adnroid面试复习: https://github.com/envyfan/AndroidReview
AndroidInterview-Q-A: https://github.com/JackyAndroid/AndroidInterview-Q-A
awesome-interview-questions: h">
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/titillium-web/styles.css">
<link rel="stylesheet" href="/vendor/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/vendor/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/vendor/scrollLoading/style.css">
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<h2 class="subtitle-wrap">
<p class="subtitle">guohui blog</p>
</h2>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">主页</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/page-about-me/index.html">index.关于我</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/tools-frame/index.html">index.工具框架</a>
</li>
<ul class="main-nav-list"><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/其他-Others/">其他(Others)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/动画效果-Animate/">动画效果(Animate)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/完整项目-Project/">完整项目(Project)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/开发助手-Tools/">开发助手(Tools)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/摄像头-Camera/">摄像头(Camera)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/文本控件-TextView/">文本控件(TextView)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/自定义控件-Custom/">自定义控件(Custom)</a></li><li class="main-nav-list-item"><a class="main-nav-list-link" href="/categories/酷炫界面-Cool/">酷炫界面(Cool)</a></li></ul>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/about/index.html">关于</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="搜索" />
<button type="submit" class="search-form-submit"></button>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="想要查找什么..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: '文章',
PAGES: '页面',
CATEGORIES: '分类',
TAGS: '标签',
UNTITLED: '(未命名)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
<em class="page-title-link" data-url="/tools-frame/index.html">开发工具和框架</em>
</h1>
</div>
<div class="main-body-content">
<article id="page-undefined" class="article article-single article-type-page" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 class="article-title" itemprop="name">
开发工具和框架
</h1>
</header>
<div class="article-subtitle">
<a href="/tools-frame/index.html" class="article-date">
<time datetime="2017-04-04T06:23:24.000Z" itemprop="datePublished">2017-04-04</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><strong>面试:</strong> <a href="https://github.com/kdn251/interviews" target="_blank" rel="external">https://github.com/kdn251/interviews</a></p>
<p><strong>Adnroid面试复习:</strong> <a href="https://github.com/envyfan/AndroidReview" target="_blank" rel="external">https://github.com/envyfan/AndroidReview</a></p>
<p><strong>AndroidInterview-Q-A:</strong> <a href="https://github.com/JackyAndroid/AndroidInterview-Q-A" target="_blank" rel="external">https://github.com/JackyAndroid/AndroidInterview-Q-A</a></p>
<p><strong>awesome-interview-questions:</strong> <a href="https://github.com/MaximAbramchuck/awesome-interview-questions" target="_blank" rel="external">https://github.com/MaximAbramchuck/awesome-interview-questions</a></p>
<p><strong>Google Interview University 一套完整的学习手册帮助自己准备 Google 的面试:</strong> <a href="https://github.com/jwasham/coding-interview-university" target="_blank" rel="external">https://github.com/jwasham/coding-interview-university</a></p>
<p><strong>整理的常见的问题:</strong> <a href="https://github.com/leerduo/InterviewQuestion" target="_blank" rel="external">https://github.com/leerduo/InterviewQuestion</a></p>
<p><strong>HIT-Alibaba/interview:</strong> <a href="https://github.com/HIT-Alibaba/interview" target="_blank" rel="external">https://github.com/HIT-Alibaba/interview</a></p>
<p><strong>加快 apk 的编译速度:</strong> <a href="https://github.com/typ0520/fastdex" target="_blank" rel="external">https://github.com/typ0520/fastdex</a></p>
<p><strong>微信小应用资源汇总整理:</strong> <a href="https://github.com/Aufree/awesome-wechat-weapp" target="_blank" rel="external">https://github.com/Aufree/awesome-wechat-weapp</a><br><a href="https://github.com/justjavac/awesome-wechat-weapp" target="_blank" rel="external">https://github.com/justjavac/awesome-wechat-weapp</a></p>
<p><strong>OpenGrok:</strong> <a href="https://github.com/OpenGrok/OpenGrok" target="_blank" rel="external">https://github.com/OpenGrok/OpenGrok</a></p>
<p><strong>关于 Material Design 的一切资料都在这里:</strong> <a href="https://github.com/Luosunce/material-design-data" target="_blank" rel="external">https://github.com/Luosunce/material-design-data</a></p>
<p><strong>VR 开发者必备资源汇总:</strong> <a href="https://github.com/GeekLiB/Lee-VR-Source" target="_blank" rel="external">https://github.com/GeekLiB/Lee-VR-Source</a></p>
<p><strong>一个用于android中的轻量级文件下载器、特别适合应用内升级下载APK:</strong> <a href="https://github.com/lijunhuayc/EasyFileDownloader" target="_blank" rel="external">https://github.com/lijunhuayc/EasyFileDownloader</a></p>
<p><strong>一行代码搞定android应用内部升级:</strong> <a href="https://github.com/lijunhuayc/EasyAndroidUpgrade" target="_blank" rel="external">https://github.com/lijunhuayc/EasyAndroidUpgrade</a></p>
<p><strong>AndServer:</strong> AndServer是一个Android的Web服务器, 支持部署动态网站和静态网站, 支持写Http接口,和Java的Servlet一样。<a href="https://github.com/yanzhenjie/AndServer" target="_blank" rel="external">https://github.com/yanzhenjie/AndServer</a></p>
<p><strong>cmder:</strong> <a href="https://github.com/cmderdev/cmder" target="_blank" rel="external">https://github.com/cmderdev/cmder</a></p>
<p><strong>创业失败产品:</strong> <a href="https://github.com/pinguo-sunjianfei/Android-Application-ZJB" target="_blank" rel="external">https://github.com/pinguo-sunjianfei/Android-Application-ZJB</a></p>
<p><strong>Andriod-collect-blogs:</strong> <a href="https://github.com/ZQiang94/Andriod-collect-blogs" target="_blank" rel="external">https://github.com/ZQiang94/Andriod-collect-blogs</a></p>
<p><strong>安卓学习笔记:</strong> <a href="https://github.com/GcsSloop/AndroidNote" target="_blank" rel="external">https://github.com/GcsSloop/AndroidNote</a></p>
<p><strong>Android 资源大全中文版,包括:图表、游戏开发、GUI、崩溃检测、调试工具等,由伯乐在线持续更新。:</strong> <a href="https://github.com/jobbole/awesome-android-cn" target="_blank" rel="external">https://github.com/jobbole/awesome-android-cn</a></p>
<p><strong>AndroidUtilCode:</strong> <a href="https://github.com/Blankj/AndroidUtilCode" target="_blank" rel="external">https://github.com/Blankj/AndroidUtilCode</a></p>
<p><strong>字体资源文件压缩神器(APK瘦身):</strong> <a href="https://github.com/forJrking/FontZip" target="_blank" rel="external">https://github.com/forJrking/FontZip</a></p>
<p><strong>Android 学习资料收集:</strong> <a href="https://github.com/Freelander/Android_Data" target="_blank" rel="external">https://github.com/Freelander/Android_Data</a></p>
<p><strong>Android Instant Run原理分析:</strong> <a href="https://github.com/nuptboyzhb/AndroidInstantRun" target="_blank" rel="external">https://github.com/nuptboyzhb/AndroidInstantRun</a></p>
<p><strong>最接近微信朋友圈的图片压缩算法:</strong> <a href="https://github.com/Curzibn/Luban" target="_blank" rel="external">https://github.com/Curzibn/Luban</a></p>
<p><strong>android-lifecycle:</strong> <a href="https://github.com/xxv/android-lifecycle" target="_blank" rel="external">https://github.com/xxv/android-lifecycle</a></p>
<p><strong>LearningNotes:</strong> <a href="https://github.com/GeniusVJR/LearningNotes" target="_blank" rel="external">https://github.com/GeniusVJR/LearningNotes</a></p>
<p><strong>AndroidStudyDemo:</strong> <a href="https://github.com/DIY-green/AndroidStudyDemo" target="_blank" rel="external">https://github.com/DIY-green/AndroidStudyDemo</a></p>
<p><strong>基于Android系统Api封装常用工具类:</strong> <a href="https://github.com/h4de5ing/AndroidCommon" target="_blank" rel="external">https://github.com/h4de5ing/AndroidCommon</a></p>
<p><strong>git-tips:</strong> <a href="https://github.com/git-tips/tips" target="_blank" rel="external">https://github.com/git-tips/tips</a></p>
<p><strong>Android架构合集:</strong> <a href="https://github.com/Juude/Awesome-Android-Architecture" target="_blank" rel="external">https://github.com/Juude/Awesome-Android-Architecture</a></p>
<p><strong>百度Hi团队 iOS 技术周报:</strong> <a href="https://github.com/BaiduHiDeviOS/iOS-Tech-Weekly" target="_blank" rel="external">https://github.com/BaiduHiDeviOS/iOS-Tech-Weekly</a></p>
<p><strong>安卓多渠道打包工具:</strong> <a href="https://github.com/GavinCT/AndroidMultiChannelBuildTool" target="_blank" rel="external">https://github.com/GavinCT/AndroidMultiChannelBuildTool</a></p>
<p><strong>深入解析 iOS 开源项目:</strong> <a href="https://github.com/Draveness/Analyze" target="_blank" rel="external">https://github.com/Draveness/Analyze</a></p>
<p><strong>AndroidStudio 优秀插件汇总:</strong> <a href="https://github.com/dreamlivemeng/androidstudio-plugins" target="_blank" rel="external">https://github.com/dreamlivemeng/androidstudio-plugins</a></p>
<p><strong>收集优质的中文前端博客:</strong> <a href="https://github.com/FrankFang/best-chinese-front-end-blogs" target="_blank" rel="external">https://github.com/FrankFang/best-chinese-front-end-blogs</a></p>
<p><strong>H5动效模板:</strong> <a href="https://github.com/panteng/wechat-h5-boilerplate" target="_blank" rel="external">https://github.com/panteng/wechat-h5-boilerplate</a></p>
<p><strong>Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。:</strong> <a href="https://github.com/jobbole/awesome-java-cn" target="_blank" rel="external">https://github.com/jobbole/awesome-java-cn</a></p>
<p><strong>Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。:</strong> <a href="https://github.com/jobbole/awesome-python-cn" target="_blank" rel="external">https://github.com/jobbole/awesome-python-cn</a></p>
<p><strong>awesome-android-tips:</strong> <a href="https://github.com/jiang111/awesome-android-tips" target="_blank" rel="external">https://github.com/jiang111/awesome-android-tips</a></p>
<p><strong>android sdk 源码解析:</strong> <a href="https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis" target="_blank" rel="external">https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis</a></p>
<p><strong>音乐搜索器 - 开源共享版:</strong> <a href="https://github.com/maicong/music" target="_blank" rel="external">https://github.com/maicong/music</a></p>
<p><strong>The android tools 自己整理的常用的工具类:</strong> <a href="https://github.com/l123456789jy/Lazy" target="_blank" rel="external">https://github.com/l123456789jy/Lazy</a></p>
<p><strong>RxJava-Android-Samples:</strong> <a href="https://github.com/kaushikgopal/RxJava-Android-Samples" target="_blank" rel="external">https://github.com/kaushikgopal/RxJava-Android-Samples</a></p>
<p><strong>RxAndroid:</strong> <a href="https://github.com/ReactiveX/RxAndroid" target="_blank" rel="external">https://github.com/ReactiveX/RxAndroid</a></p>
<p><strong>中文的Fresco源码解读:</strong> <a href="https://github.com/desmond1121/Fresco-Source-Analysis" target="_blank" rel="external">https://github.com/desmond1121/Fresco-Source-Analysis</a></p>
<p><strong>Rx和RxJava文档中文翻译项目:</strong> <a href="https://github.com/mcxiaoke/RxDocs" target="_blank" rel="external">https://github.com/mcxiaoke/RxDocs</a></p>
<p><strong>RxJava 之扔物线《给Android开发者的 RxJava 详解》文章中的例子, RxJava 入门教程:</strong> <a href="https://github.com/androidmalin/RengwuxianRxjava" target="_blank" rel="external">https://github.com/androidmalin/RengwuxianRxjava</a></p>
<p><strong>awesome-android-performance Android性能优化视频,文档以及工具:</strong> <a href="https://github.com/Juude/awesome-android-performance" target="_blank" rel="external">https://github.com/Juude/awesome-android-performance</a></p>
<p><strong>android-job:</strong> <a href="https://github.com/evernote/android-job" target="_blank" rel="external">https://github.com/evernote/android-job</a></p>
<p><strong>hongyangAndroid/Android_Blog_Demos:</strong> <a href="https://github.com/hongyangAndroid/Android_Blog_Demos" target="_blank" rel="external">https://github.com/hongyangAndroid/Android_Blog_Demos</a></p>
<p><strong>Android 开发中的日常积累:</strong> <a href="https://github.com/lizhangqu/CoreLink" target="_blank" rel="external">https://github.com/lizhangqu/CoreLink</a></p>
<p><strong>JustWeTools:</strong> <a href="https://github.com/lfkdsk/JustWeTools" target="_blank" rel="external">https://github.com/lfkdsk/JustWeTools</a></p>
<p><strong>免费的计算机编程类中文书籍,欢迎投稿 :</strong> <a href="https://github.com/justjavac/free-programming-books-zh_CN" target="_blank" rel="external">https://github.com/justjavac/free-programming-books-zh_CN</a></p>
<p><strong>EffectiveAndroid:</strong> <a href="https://github.com/rallat/EffectiveAndroid" target="_blank" rel="external">https://github.com/rallat/EffectiveAndroid</a></p>
<p><strong>Android-Tips:</strong> <a href="https://github.com/tangqi92/Android-Tips" target="_blank" rel="external">https://github.com/tangqi92/Android-Tips</a></p>
<p><strong>AndroidCat安卓书签网:</strong> <a href="https://github.com/ColorfulCat/AndroidGuide" target="_blank" rel="external">https://github.com/ColorfulCat/AndroidGuide</a></p>
<p><strong>android-blogs:</strong> <a href="https://github.com/vbauer/android-blogs" target="_blank" rel="external">https://github.com/vbauer/android-blogs</a></p>
</div>
<footer class="article-footer">
<a data-url="http://yoursite.com/tools-frame/index.html" data-id="cj2vio0kz0003d8um6o3rtv61" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
</article>
<section id="comments">
<div class="ds-thread" data-thread-key="tools-frame/index.html" data-title="开发工具和框架" data-url="http://yoursite.com/tools-frame/index.html"></div>
<style>
#ds-thread #ds-reset .ds-textarea-wrapper {
background: none;
}
#ds-reset .ds-avatar img {
box-shadow: none;
}
#ds-reset .ds-gradient-bg {
background: #f7f7f7;
}
#ds-thread #ds-reset li.ds-tab a {
border-radius: 3px;
}
#ds-thread #ds-reset .ds-post-button {
color: white;
border: none;
box-shadow: none;
background: #d32;
text-shadow: none;
font-weight: normal;
font-family: 'Microsoft Yahei';
}
#ds-thread #ds-reset .ds-post-button:hover {
color: white;
background: #DE594C;
}
#ds-thread #ds-reset .ds-post-button:active {
background: #d32;
}
#ds-smilies-tooltip ul.ds-smilies-tabs li a.ds-current {
color: white;
background: #d32;
box-shadow: none;
text-shadow: none;
font-weight: normal;
}
</style>
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>关注我 :</p>
<ul class="social-links">
<li>
<a class="social-tooltip" title="twitter" href="/" target="_blank">
<i class="icon fa fa-twitter"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="facebook" href="/" target="_blank">
<i class="icon fa fa-facebook"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="google-plus" href="/" target="_blank">
<i class="icon fa fa-google-plus"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="github" href="https://github.com/ppoffice/hexo-theme-hueman" target="_blank">
<i class="icon fa fa-github"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="weibo" href="/" target="_blank">
<i class="icon fa fa-weibo"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="rss" href="/" target="_blank">
<i class="icon fa fa-rss"></i>
</a>
</li>
</ul>
</div>
<div class="widgets-container">
<div class="widget-wrap widget-float">
<h3 class="widget-title">标签云</h3>
<div class="widget tagcloud">
<a href="/tags/React-Native/" style="font-size: 10.83px;">React-Native</a> <a href="/tags/Toast/" style="font-size: 11.67px;">Toast</a> <a href="/tags/主题/" style="font-size: 10px;">主题</a> <a href="/tags/其他/" style="font-size: 12.5px;">其他</a> <a href="/tags/动画/" style="font-size: 16.67px;">动画</a> <a href="/tags/图库/" style="font-size: 14.17px;">图库</a> <a href="/tags/完整项目/" style="font-size: 20px;">完整项目</a> <a href="/tags/工具/" style="font-size: 18.33px;">工具</a> <a href="/tags/开机引导/" style="font-size: 14.17px;">开机引导</a> <a href="/tags/控件/" style="font-size: 19.17px;">控件</a> <a href="/tags/摄像头/" style="font-size: 11.67px;">摄像头</a> <a href="/tags/播放器/" style="font-size: 12.5px;">播放器</a> <a href="/tags/文本/" style="font-size: 15px;">文本</a> <a href="/tags/文本控件/" style="font-size: 10px;">文本控件</a> <a href="/tags/标签/" style="font-size: 10.83px;">标签</a> <a href="/tags/菜单/" style="font-size: 15.83px;">菜单</a> <a href="/tags/轮播/" style="font-size: 12.5px;">轮播</a> <a href="/tags/进度/" style="font-size: 13.33px;">进度</a> <a href="/tags/酷炫界面/" style="font-size: 17.5px;">酷炫界面</a> <a href="/tags/酷炫界面-Cool/" style="font-size: 10px;">酷炫界面(Cool)</a>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">分类</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/其他-Others/">其他(Others)</a><span class="category-list-count">5</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/动画效果-Animate/">动画效果(Animate)</a><span class="category-list-count">39</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/完整项目-Project/">完整项目(Project)</a><span class="category-list-count">65</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/开发助手-Tools/">开发助手(Tools)</a><span class="category-list-count">54</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/摄像头-Camera/">摄像头(Camera)</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/文本控件-TextView/">文本控件(TextView)</a><span class="category-list-count">15</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/自定义控件-Custom/">自定义控件(Custom)</a><span class="category-list-count">78</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/酷炫界面-Cool/">酷炫界面(Cool)</a><span class="category-list-count">71</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2017/05/04/android-pile-layout/" class="thumbnail">
<span style="background-image:url(https://github.com/xmuSistone/android-pile-layout/raw/master/capture/capture1.gif)" alt="android-pile-layout" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/酷炫界面-Cool/">酷炫界面(Cool)</a></p>
<p class="item-title"><a href="/2017/05/04/android-pile-layout/" class="title">android-pile-layout</a></p>
<p class="item-date"><time datetime="2017-05-03T23:37:19.000Z" itemprop="datePublished">2017-05-04</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/05/04/material-sheet-fab/" class="thumbnail">
<span style="background-image:url(https://github.com/gowong/material-sheet-fab/raw/master/art/bgmonitor.gif)" alt="material-sheet-fab" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/酷炫界面-Cool/">酷炫界面(Cool)</a></p>
<p class="item-title"><a href="/2017/05/04/material-sheet-fab/" class="title">material-sheet-fab</a></p>
<p class="item-date"><time datetime="2017-05-03T23:37:19.000Z" itemprop="datePublished">2017-05-04</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/05/04/MaterialTransitions/" class="thumbnail">
<span style="background-image:url(https://raw.githubusercontent.com/toddway/MaterialTransitions/master/img/activity-transitions.gif)" alt="MaterialTransitions" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/酷炫界面-Cool/">酷炫界面(Cool)</a></p>
<p class="item-title"><a href="/2017/05/04/MaterialTransitions/" class="title">MaterialTransitions</a></p>
<p class="item-date"><time datetime="2017-05-03T23:37:18.000Z" itemprop="datePublished">2017-05-04</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/05/04/FingerTransparentView/" class="thumbnail">
<span style="background-image:url(https://github.com/drakeet/FingerTransparentView/raw/master/art/s1.gif)" alt="FingerTransparentView" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/自定义控件-Custom/">自定义控件(Custom)</a></p>
<p class="item-title"><a href="/2017/05/04/FingerTransparentView/" class="title">FingerTransparentView</a></p>
<p class="item-date"><time datetime="2017-05-03T23:37:17.000Z" itemprop="datePublished">2017-05-04</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/05/04/MultipleTheme/" class="thumbnail">
<span style="background-image:url(https://github.com/dersoncheng/MultipleTheme/raw/master/source/setup1.png)" alt="MultipleTheme" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/开发助手-Tools/">开发助手(Tools)</a></p>
<p class="item-title"><a href="/2017/05/04/MultipleTheme/" class="title">MultipleTheme</a></p>
<p class="item-date"><time datetime="2017-05-03T23:37:16.000Z" itemprop="datePublished">2017-05-04</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/05/">五月 2017</a><span class="archive-list-count">32</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/04/">四月 2017</a><span class="archive-list-count">298</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">链接</h3>
<div class="widget">
<ul>
<li>
<a href="https://github.com/maguohui">GitHub.GuoHui</a>
</li>
<li>
<a href="https://github.com/github-android">GitHub-Android</a>
</li>
<li>
<a href="http://www.androiddevtools.cn">AndroidDevTools</a>
</li>
<li>
<a href="http://hukai.me">hukai.me</a>
</li>
<li>
<a href="http://www.codekk.com">codekk.com</a>
</li>
</ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">标签</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/React-Native/">React-Native</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Toast/">Toast</a><span class="tag-list-count">3</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/主题/">主题</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/其他/">其他</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/动画/">动画</a><span class="tag-list-count">35</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/图库/">图库</a><span class="tag-list-count">10</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/完整项目/">完整项目</a><span class="tag-list-count">59</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/工具/">工具</a><span class="tag-list-count">54</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/开机引导/">开机引导</a><span class="tag-list-count">10</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/控件/">控件</a><span class="tag-list-count">57</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/摄像头/">摄像头</a><span class="tag-list-count">3</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/播放器/">播放器</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/文本/">文本</a><span class="tag-list-count">16</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/文本控件/">文本控件</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/标签/">标签</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/菜单/">菜单</a><span class="tag-list-count">21</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/轮播/">轮播</a><span class="tag-list-count">4</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/进度/">进度</a><span class="tag-list-count">5</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/酷炫界面/">酷炫界面</a><span class="tag-list-count">38</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/酷炫界面-Cool/">酷炫界面(Cool)</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<p>© 2017 Guohui Ma</p>
<p>Powered by <a href="//hexo.io/" target="_blank">Hexo</a>. Theme by <a href="//github.com/ppoffice" target="_blank">PPOffice</a></p>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
var duoshuoQuery = {short_name:'guohui'};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script src="/vendor/fancybox/jquery.fancybox.pack.js"></script>
<script src="/vendor/scrollLoading/jquery.scrollLoading.js"></script>
<script src="/vendor/scrollLoading/main.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>