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.
我有两个活动说JoinTeam和CreateTeam。 JoinTeam有UI哪个有link要CreateTeam。 我们可以path放弃CreateTeam吗autolink?任何帮助都会很棒。
JoinTeam
CreateTeam
UI
link
path
autolink
textview.setOnClickListener(new OnClickListener() { @Override public void onClick(View viewIn) { Intent intent = new Intent(this, CreateTeam.class); startActivity(intent); } });
或者 在 XML 文件中 您可以使用 onClick 属性并重定向到您想要的功能。
或者
在 XML 文件中
您可以使用 onClick 属性并重定向到您想要的功能。