Skip to content

andych008/flow_chart

Repository files navigation

flow_chart

Android相关的一些流程图、时序图。帮助理解、记忆。

svg图片,在浏览器上直接看

如需要png文件

java -jar -Dfile.encoding=UTF8 plantuml.jar xxx.txt可以把txt源文件转成png格式。

欢迎pull request

图片使用 plantuml 生成,源文件是纯文本文件。

个人觉得流程图、时序图要整体把控,不要太扣细节。不然,信息太多,更不好理解了。

  1. 开发环境(推荐用第一种):

    1. Android Studio + idea插件PlantUML integration
    2. 纯文本编辑器 + chrome插件plantuml-viewer

    不管哪种方式,插件都只有实时预览的功能,没有编辑提示。plantuml语法很简单,纯手写也没压力。

  2. 发布:

    最后使用tosvg.battosvg.sh生成svg图片到dist目录。 如新增文件,要在README.md里添加索引。

  3. 要求

    .txt源文件使用utf-8编码。

About

Android相关的流程图、时序图

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages