Android代码 icicle
Icicle We all hate boilerplate codes right? We hate to have to do: @Override protected void onSaveInstanceState(Bundle outState) { outState.putString(AWESOME_STRING, mAwesomeString); outState.putInt(AWESOME_INT, mAwesomeInt); super.onSaveInstanceState(outState); } And then have to do:
文件列表
Android代码-icicle.zip
(预估有个51文件)
icicle-master
gradlew
5KB
settings.gradle
73B
icicle-processor
src
test
java
com
segunfamisa
icicle
暂无评论