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 を別のビューに変更するためのボタンを設定できないことです。私が知っているのは、ボタンを押したときにアクティビティを開始する方法だけですが、それは私が望んでいることではありません。アドバイスありがとうございます。
インテントを使用してアクティビティを取得してください -
Intent intent=new Intent(FirstActivity.this,MyApp.Class); startActivity(intent)