Android (API level >= 30) で完全に透明なSystemBar (NavigationBar + StatusBar)を指定する方法SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATIONの代わりにsetDecorFitsSystemWindowsを使って完全に透明なSystemBarを実現します。2022年01月27日
How to specify a fully transparent SystemBar (NavigationBar + StatusBar) in Android (API level >= 30)Use setDecorFitsSystemWindows instead of SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION to achieve a fully transparent SystemBar.2022年01月27日
PSNサインインエラー(WS-37469-9)を回避するためにIPv6とIPv4を併用する構成にしたWS-37469-9というエラーが出てPSNにサインインできなくなったのでIPoE(IPv6)に加えてPPPoE(IPv4)の回線を併用することで回避を試みました。2021年08月17日
ショアジギングを始めたいがコストを掛けたくない初心者の道具選択ショアジギングを始めるために竿とリールが欲しいけどお金はかけたくない。どのレベルの道具を揃えるか、初心者なりに調べてみました。2021年03月07日
A reminder of how to delete logs before releasing an Android app, etcI would like to remind you to delete logs, declare unsupported features, and update versionCode.2021年02月28日
Androidでフラッシュに対応しているカメラのIDを調べる カメラのライトを使うときに`onTorchModeChanged`を待たずに、フラッシュに対応しているカメラのCameraIdを取得したかった。2021年02月26日
Find out the ID of the camera that supports flash on Android. I wanted to get the CameraId of the camera that supports flash without waiting for `onTorchModeChanged` when using the camera light.2021年02月26日