ZiziChou
http://www.ankangwang.com/jiemeng/rw/71019.html
http://2.bp.blogspot.com/-ckxziDV0Sjo/TjfbpLG2DtI/AAAAAAAABms/ljciYySJis0/s1600/1960502944.jpg
https://github.com/codepath/android_guides/wiki/Must-Have-Libraries
https://github.com/wasabeef/awesome-android-libraries
Import lib project
Import lib project
POST/PUT
POST/PUT
GET
POST/PUT
GET
POST/PUT with file
POST/PUT
GET
POST/PUT with file
GET from cache
POST/PUT
GET
POST/PUT with file
GET from cache
SET header
POST/PUT
GET
POST/PUT with file
GET from cache
SET header
CallBack
$cd /Users/PollyChou/Library/Android/sdk/build-tools/23.0.1
$./dexdump -f {Path}/xxx.apk | grep method_ids_size
method_ids_size : 12345
defaultConfig {
multiDexEnabled true
}
dependencies {
compile 'com.android.support:multidex:1.0.0'
}
public class Woof extends MultiDexApplication {
.....
}
build.gradle
adb backup
adb restore
Act1
Fmt1
Fmt2
Fmt3
Act1
Fmt3
Fmt1
Fmt2