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
@@ -102,7 +107,7 @@ Pandora is a tool box that allows you to inspect and modify what includes networ
102
107
### 1. Add shortcuts to Pandora
103
108
104
109
Usually, we may hide some debugging switches in some pages to "switch the development environment", "check the Crash log" and so on. If you have similar needs, you can add a shortcut by:
105
-
1. Implement `tech.linjiang.pandora.function.IFunc` , , return the icon, name and the action:
110
+
1. Implement `tech.linjiang.pandora.function.IFunc` , return the icon, name and the action:
106
111
107
112
```
108
113
private IFunc customFunc = new IFunc() {
@@ -124,7 +129,7 @@ Usually, we may hide some debugging switches in some pages to "switch the develo
124
129
};
125
130
```
126
131
127
-
2. Call `Pandora.get().addFunc()` to add it。
132
+
2. Call `Pandora.get().addFunc()` to add it.
128
133
129
134
130
135
### 2. Let "view properties" support more.
@@ -196,6 +201,10 @@ and call `Pandora.get().open();` to open directly.
196
201
-keep class tech.linjiang.pandora.cache.**{*;}
197
202
```
198
203
204
+
#### 5. android-support or AndroidX ?
205
+
> Which version to implementation depends on your project, The two versions have completely consistent logic and synchronized updates, except for different dependencies.
206
+
> Although AndroidX is the trend, if your project cannot be migrated to AndroidX, please use android-support.
207
+
199
208
## Thanks
200
209
201
210
Pandora was developed on the shoulders of giants. Thanks to the following open source projects or person:
0 commit comments