androidfragmentActivity可以意图吗?
我对片段很陌生(atm我讨厌它,使用选项卡非常容易:P)并且我正在api8中使用片段的支持包,当我有意图地调用片段时,我得到一个错误,说找不到该类。
所以我不知道这是否是正确的方法。
我的应用程序从一个从网络服务加载一些数据的活动开始,之后我想要转到fragmentsTabspager.java(来自谷歌示例的那个)
如果我创建一个意图并调用方法startActivity(Intent),我会收到错误。
清单是正确的,并且类位于不同的包中。
请帮忙!
im new with fragments (atm i hate it, was rly easy with tabs :P) and i am using support package for fragments in api8 and when i call a fragment with a intent i get an error saying that class can not be found.
so i dont know if this is the right way to do it.
My app starts with an activity that loads some data from a web services, after that i want to go fragmentsTabspager.java (the one from the example of google)
If i create a intent and call method startActivity(Intent) i get the error.
the manifest is correct and the classes are in different package.
help pls!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试在片段内启动活动,请尝试使用
If you are trying start activity inside a fragment try using