23:53:20 @tateisu@mastodon.juggler.jp
icon

「画面分割で複数アプリを使えば…」はそもそも対象ユースケースが違うので別の話

23:51:41 @tateisu@mastodon.juggler.jp
icon

広い画面が必要な人に対して、タブレットは売らないけど折りたたみ画面スマホを売りたい、というのは売り手側の戦略に問題があると思うかな。
そんなんで対応アプリが増える訳ないだろ。過去の折りたたみ画面スマホもそうだったよ。

23:07:05 @tateisu@mastodon.juggler.jp
icon

進捗。建造で大負け

Attach image
Attach image
Attach image
16:57:53 @tateisu@mastodon.juggler.jp
icon

STは隠すよね>引用+CW

Attach image
Attach image
16:19:23 @tateisu@mastodon.juggler.jp
icon

youtu.be/vtf_a6JMfqI 低音テスト用

Attach YouTube
16:19:01 @tateisu@mastodon.juggler.jp
icon

youtu.be/cvYtydvuzns の2:33~ で噛んだり高音や低音が他をマスクしたりする再生機器は困る

Attach YouTube
11:49:42 @tateisu@mastodon.juggler.jp
icon

読み上げだけなら Modifier.semantics でごちゃごちゃする方向でいいけど、単純なタップ以外の操作がね…

11:46:43 @tateisu@mastodon.juggler.jp
icon

Twitterの twitter.com/AndroidDev さんが Jetpack Compose 推しですけど、個人的にはTalkback対応を待ちたいですね

Web site image
Android Developers(@AndroidDev)さん | Twitter
11:36:47 @tateisu@mastodon.juggler.jp
icon

「HD PENTAX-FA Limited」レンズ3機種を発売 twitter.com/ricohimaging_jp/st
出るのがおそすぎた。DAレンズのHD化のタイミングやK-1発売のタイミングに近かったら買ってた

10:40:39 @tateisu@mastodon.juggler.jp
icon
Web site image
Android 12(S) からは PendingIntentを作る際に FLAG_IMMUTABLE or FLAG_MUTABLE の指定が必要になる · Issue #151 · tateisu/SubwayTooter
10:29:30 @tateisu@mastodon.juggler.jp
icon

Android Sの制限がもう一つあった。
android.app.PendingIntent.getActivity(PendingIntent.java:401)

java.lang.IllegalArgumentException:
{pkgName}: Targeting S+ (version 10000 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.