2021-07-28から1日間の記事一覧

Xamarin.Androidで「UnauthorizedAccessException: Access to the path is denied」エラーが出て外部ストレージファイルにアクセスできない

https://developer.android.com/training/data-storage/use-cases?hl=ja#opt-out-scoped-storage https://stackoverflow.com/questions/46911486/xamarin-system-unauthorizedaccessexception-access-to-the-path-is-denied WRITE_EXTERNAL_STORAGE権限は追…

BEM

https://qiita.com/Takuan_Oishii/items/0f0d2c5dc33a9b2d9cb1 CSSクラスの命名規約。 例:「article-list__article-title--red」 Block Element Modifierの略で, Block => でかい括り Element => でかい括りの中にいる要素 Modifier => 上記2つの変化球 の3…