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.
如何从菜单项到达 android 中的活动?我有一项称为主页的活动,并且我创建了一个包含新的和打开的菜单项的菜单。当我单击新菜单项时,它将显示另一个活动。这是我的要求。
当你点击菜单..
刚刚调用了菜单点击事件的新意图......
Intent i=new intent(this.Yournewactivity.class); startactivity(i);