一个fragment页面想要不需要点击 自动显示另外一个完整的activity页面该如何编写?
不太明白想问什么?写一个定时任务触发?
handler.sendmessagedelayed设置上延迟的时间handler中写上页面跳转
在fragment方法里面写跳转activity,即可。