Skip to content

Instantly share code, notes, and snippets.

View qiyanzhixing's full-sized avatar

启言知行 qiyanzhixing

View GitHub Profile
@honkskillet
honkskillet / byte-sizetuts.md
Last active March 31, 2026 21:48
A series of golang tutorials with youtube videos.
@granoeste
granoeste / EachDirectoryPath.md
Last active May 9, 2026 06:36
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories