Skip to content

Instantly share code, notes, and snippets.

View wingjay's full-sized avatar

wingjay wingjay

View GitHub Profile
View android-code-style.java
* 每行字符数限制遵守 Android Studio 默认
------------------------------------------------------------------------------
* 多余注释,不需要“翻译式”注释
// 立即finish自身
finish();
/**
* 获取容器Fragment
*