《Android群英传:神兵利器》读书笔记

代码检索工具

codota

http://www.codota.com/

SearchCode

Proguard

Proguard项目地址:

http://proguard.sourceforge.net/

Proguard自动生成工具:

http://proguard.herokuapp.com/

gitignore

gitignore自动生成工具:

https://www.gitignore.io/

Android

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

# Created by https://www.gitignore.io/api/android

### Android ###
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea/workspace.xml
.idea/libraries

# Keystore files
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

### Android Patch ###
gen-external-apklibs

思维导图

http://www.xmind.net/

Shell

Shell指令的含义及使用方法: http://explainshell.com/

tldr:

快速查找Linux Shell指令: https://github.com/tldr-pages/tldr

VIM

VIM游戏:http://vim-adventures.com/

Android设计

AndroidAssetStudio

AndroidAssetStudio是一个基于Android 4.X的设计资源生成网站: https://romannurik.github.io/AndroidAssetStudio/

Shape生成器

Shape生成工具:http://shapes.softartstudio.com/

ICON资源

http://www.iconfont.cn/

http://www.easyicon.net/

https://icons8.com/

设计资源

https://dribbble.com/

http://www.ui.cn/

http://www.android-app-patterns.com/

AngryTools

AngryTools http://angrytools.com/

MaterialPalette

https://www.materialpalette.com/

Google Design Spec