上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: 所花时间(包括上课):1 打码量(行):100 博客量(篇):1 了解到知识点:学习bindSerview import android.app.Service; import android.content.Intent; import android.os.Binder; import andr 阅读全文
posted @ 2024-04-20 19:36 赵千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2 打码量(行):200 博客量(篇):1 了解到知识点:学习startSerview与生命周期 import android.app.Service; import android.content.Intent; import android.os.IBinder; impo 阅读全文
posted @ 2024-04-19 17:39 赵千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):3 打码量(行):400 博客量(篇):1 了解到知识点:学习Serview import android.app.Service; import android.content.Intent; import android.os.IBinder; import android 阅读全文
posted @ 2024-04-18 17:35 赵千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1.5 打码量(行):230 博客量(篇):1 了解到知识点:学习使用Fragment改进启动引导页 import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; 阅读全文
posted @ 2024-04-17 15:34 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2.5 打码量(行):200 博客量(篇):1 了解到知识点:学习Fragment动态注册 import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; impor 阅读全文
posted @ 2024-04-16 15:33 赵千万 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1 打码量(行):120 博客量(篇):1 了解到知识点:学习Fragment生命周期 import android.content.Context; import android.os.Bundle; import android.util.Log; import andro 阅读全文
posted @ 2024-04-15 20:25 赵千万 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2 打码量(行):300 博客量(篇):1 了解到知识点:学习Fragment静态注册 <!-- activity_guide.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:androi 阅读全文
posted @ 2024-04-14 19:55 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):1 打码量(行):130 博客量(篇):1 了解到知识点:学习ViewPager实现启动引导页 package com.example.myapp; import android.os.Bundle; import androidx.appcompat.app.AppCompa 阅读全文
posted @ 2024-04-13 20:03 赵千万 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):3.5 打码量(行):600 博客量(篇):1 了解到知识点:学习翻页标签栏PagerTabStrip <!-- activity_main.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns 阅读全文
posted @ 2024-04-12 21:00 赵千万 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 所花时间(包括上课):2.5 打码量(行):400 博客量(篇):1 了解到知识点:学习翻页试图ViewPager <!-- activity_main.xml --> <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:andr 阅读全文
posted @ 2024-04-11 20:54 赵千万 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页