摘要:
所花时间(包括上课):1 打码量(行):100 博客量(篇):1 了解到知识点:学习bindSerview import android.app.Service; import android.content.Intent; import android.os.Binder; import andr 阅读全文
摘要:
所花时间(包括上课):2 打码量(行):200 博客量(篇):1 了解到知识点:学习startSerview与生命周期 import android.app.Service; import android.content.Intent; import android.os.IBinder; impo 阅读全文
摘要:
所花时间(包括上课):3 打码量(行):400 博客量(篇):1 了解到知识点:学习Serview import android.app.Service; import android.content.Intent; import android.os.IBinder; import android 阅读全文
摘要:
所花时间(包括上课):1.5 打码量(行):230 博客量(篇):1 了解到知识点:学习使用Fragment改进启动引导页 import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; 阅读全文
摘要:
所花时间(包括上课):2.5 打码量(行):200 博客量(篇):1 了解到知识点:学习Fragment动态注册 import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; impor 阅读全文
摘要:
所花时间(包括上课):1 打码量(行):120 博客量(篇):1 了解到知识点:学习Fragment生命周期 import android.content.Context; import android.os.Bundle; import android.util.Log; import andro 阅读全文
摘要:
所花时间(包括上课):2 打码量(行):300 博客量(篇):1 了解到知识点:学习Fragment静态注册 <!-- activity_guide.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:androi 阅读全文
摘要:
所花时间(包括上课):1 打码量(行):130 博客量(篇):1 了解到知识点:学习ViewPager实现启动引导页 package com.example.myapp; import android.os.Bundle; import androidx.appcompat.app.AppCompa 阅读全文
摘要:
所花时间(包括上课):3.5 打码量(行):600 博客量(篇):1 了解到知识点:学习翻页标签栏PagerTabStrip <!-- activity_main.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns 阅读全文
摘要:
所花时间(包括上课):2.5 打码量(行):400 博客量(篇):1 了解到知识点:学习翻页试图ViewPager <!-- activity_main.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:andr 阅读全文