Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリウィジェットには、ユーザーとの対話でテキストが変更されるTextViewがあります。実行時にウィジェットからテキストを取得するにはどうすればよいですか?
できません。アプリウィジェットは書き込み専用です。データをウィジェットにプッシュすることはできますが、読み取ることはできません。
代わりに、アプリウィジェットを新しいテキストで更新する場合、そのテキストをどこかに、おそらくファイルに保存する必要があります。