Skip to content

Instantly share code, notes, and snippets.

View huynguyennovem's full-sized avatar
:shipit:
Build new things

Nguyen Quang Huy huynguyennovem

:shipit:
Build new things
View GitHub Profile
@huynguyennovem
huynguyennovem / ios_addtoapp_embed_framework_optionA.md
Created March 28, 2023 07:13 — forked from huycozy/addtoapp_ios_embed_cocoapods_optionA.md
[Hands-on] Integrate a Flutter module into your iOS project (Option A)
@huynguyennovem
huynguyennovem / ios_addtoapp_embed_framework.md
Created March 9, 2023 08:19 — forked from huycozy/addtoapp_ios_embed_framework_optionB.md
[Hands-on] Integrate a Flutter module into your iOS project
@huynguyennovem
huynguyennovem / EachDirectoryPath.md
Created September 9, 2021 09:18 — forked from granoeste/EachDirectoryPath.md
[Android] How to get the each directory path.

System directories

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

External storage directories