You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: AdavancedPart/Android6.0权限系统.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Android6.0权限系统
76
76
77
77
下面介绍下如何使用`Android Support Library`来检查和请求权限。`Android`框架在`6.0`开始也提供了相同的方法。然而使用`support`包会比较简单,因为这样你就不需要在请求方法时判断当前的系统版本。(后面说的这几个类都是`android.support.v4`中的)
-`Scrap (view)`: `A child view that has entered into a temporarily detached state during layout. Scrap views may be reused without becoming fully detached from the parent RecyclerView, either unmodified if no rebinding is required or modified by the adapter if the view was considered dirty.`
23
23
-`Dirty (view)`: `A child view that must be rebound by the adapter before being displayed.`
Copy file name to clipboardexpand all lines: AdavancedPart/热修复实现.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
===
4
4
5
5
6
-
现在的热修复方案已经有很多了,例如`alibaba`的[dexposed](https://github.com/alibaba/dexposed)、[AndFix](https://github.com/alibaba/AndFix)以及`jasonross`的[Nuwa](https://github.com/jasonross/Nuwa)等等。原来没有仔细去分析过也没想写这篇文章,但是之前[InstantRun详解](https://github.com/CharonChui/AndroidNote/blob/master/Android加强/InstantRun详解.md)这篇文章中介绍了`Android Studio Instant Run`的
6
+
现在的热修复方案已经有很多了,例如`alibaba`的[dexposed](https://github.com/alibaba/dexposed)、[AndFix](https://github.com/alibaba/AndFix)以及`jasonross`的[Nuwa](https://github.com/jasonross/Nuwa)等等。原来没有仔细去分析过也没想写这篇文章,但是之前[InstantRun详解][1]这篇文章中介绍了`Android Studio Instant Run`的
0 commit comments