Skip to content

Commit 06b4b71

Browse files
author
yangjian
committed
add architecture file
1 parent de6cb2b commit 06b4b71

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
整体结构快速预览
2+
```
3+
./
4+
|-- explosion
5+
| |-- MainActivity.java (测试爆炸破碎动效的主界面)
6+
| |-- animation(爆炸破碎动效有关的类均在这里)
7+
| | |-- ExplosionAnimator.java(爆炸动画)
8+
| | |-- ExplosionField.java(爆炸破碎动画所依赖的View)
9+
| | `-- ParticleModel.java(每个破碎后的粒子的model,颜色、位置、大小等)
10+
| `-- utils
11+
| `-- UIUtils.java(计算状态栏高度的工具类)
12+
`-- architecture.md
13+
```

0 commit comments

Comments
 (0)