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)