Skip to content

Commit 5631617

Browse files
committed
chore: update README.md, add kesong app
1 parent 1f9d8d4 commit 5631617

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The main problems of **Activity**:
3939
4. Activity relies on the Manifest file to cause injection difficulties, which also result in that Activity dynamics requires a variety of hacks
4040

4141
The main problems of **Fragment**:
42-
1. Google Navigation Component will destory Fragment' view when it is invisible
42+
1. [Google Navigation Component](https://developer.android.com/guide/navigation) will destory Fragment' view when it is invisible
4343
2. There are many crashes that the Google official can't solve for a long time. Even if you don't use Fragment, it may still trigger a crash in the OnBackPressed() of AppCompatActivity.
4444
3. The add/remove/hide/show operation is not executed immediately. With nest Fragments even if you use commitNow(), the status update of the sub Fragments cannot be guaranteed.
4545

@@ -210,10 +210,10 @@ You can close the dialog box when click, or use transparent Scene to implement t
210210

211211

212212
Apps using Scene
213-
214-
| <img src="misc/douyin.png" alt="douyin" width="100"/> | <img src="misc/xigua.png" alt="xigua" width="100"/> | <img src="misc/toutiao.png" alt="toutiao" width="100"/> |
215-
|:-----------:|:-------:|:-------:|
216-
| Tik Tok | Xigua Video | Toutiao |
213+
-------------
214+
| <img src="misc/douyin.png" alt="xigua" width="100"/>| <img src="misc/douyin.png" alt="xigua" width="100"/> | <img src="misc/xigua.png" alt="douyin" width="100"/> | <img src="misc/toutiao.png" alt="toutiao" width="100"/> | <img src="misc/kesong.webp" alt="kesong" width="100"/> |
215+
|:-----------:|:-------:|:-------:|:-------:|:------------------------------------------------------:|
216+
| TikTok | Douyin | Xigua Video | Toutiao | KeSong |
217217

218218

219219
## License

misc/kesong.webp

7.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)