标签: android android-fragments
我想从我的片段导航到一个新活动。
scp -i ~/.ssh/beanstalk-env-key.pem ec2-user@beanstalk.host.ip:/path/to/file.txt ./file.txt
我想从家庭片段导航到新的课堂活动地图。
答案 0 :(得分:0)
尝试:
Intent intent = new Intent(getActivity(), Map.class); startActivity(intent);