摘要: package com.example.demo01; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import andro 阅读全文
posted @ 2019-10-23 20:09 申小奇 阅读(103) 评论(0) 推荐(0)
摘要: 两种包import Fragment包分为两种: android.support.app.Fragment: android.support.v4.app.Fragment:兼容性更强 常用的类和方法类FragmentActivity:可包含多个Fragment FragmentManager:嵌入 阅读全文
posted @ 2019-10-23 19:52 申小奇 阅读(86) 评论(0) 推荐(0)
摘要: package com.example.demo01; import android.support.v7.app.ActionBarActivity; import android.content.Intent; import android.os.Bundle; import android.v 阅读全文
posted @ 2019-10-23 19:44 申小奇 阅读(105) 评论(0) 推荐(0)