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 August 22, 2024 14:19
A series of golang tutorials with youtube videos.
@granoeste
granoeste / EachDirectoryPath.md
Last active January 5, 2026 16:57
[Android] How to get the each directory path.

System directories

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

External storage directories