上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
摘要: 本地数据库与后端返回信息类; package com.example.personalwork.data.databaseimport android.content.Contextimport androidx.room.Databaseimport androidx.room.Roomimpor 阅读全文
posted @ 2024-04-18 17:00 Hbro 阅读(20) 评论(0) 推荐(0)
摘要: package com.example.newapplicationimport android.os.Bundleimport androidx.appcompat.app.AppCompatActivityimport androidx.navigation.findNavControlleri 阅读全文
posted @ 2024-04-17 19:29 Hbro 阅读(7) 评论(0) 推荐(0)
摘要: 实体类: package com.example.personalwork.data.modelsdata class WeekData( val week: Week) package com.example.personalwork.data.modelsdata class Week( var 阅读全文
posted @ 2024-04-15 09:01 Hbro 阅读(18) 评论(0) 推荐(0)
摘要: 个人作业: retrofit2发送请求: package com.example.personalwork.utilsimport retrofit2.Retrofitimport retrofit2.converter.gson.GsonConverterFactoryobject ApiClie 阅读全文
posted @ 2024-04-14 09:00 Hbro 阅读(35) 评论(0) 推荐(0)
摘要: 跟着教程写todoapplication完结 阅读全文
posted @ 2024-04-13 08:58 Hbro 阅读(29) 评论(0) 推荐(0)
摘要: package com.example.to_do_application.fragmentsimport android.view.Viewimport android.widget.Spinnerimport androidx.cardview.widget.CardViewimport and 阅读全文
posted @ 2024-04-12 19:32 Hbro 阅读(20) 评论(0) 推荐(0)
摘要: 跟着教程写todoapplication package com.example.to_do_application.fragments.updateimport android.app.AlertDialogimport android.os.Bundleimport android.view.* 阅读全文
posted @ 2024-04-11 19:17 Hbro 阅读(21) 评论(0) 推荐(0)
摘要: package com.example.to_do_application.fragments.list.adapterimport android.view.LayoutInflaterimport android.view.ViewGroupimport androidx.recyclervie 阅读全文
posted @ 2024-04-10 19:16 Hbro 阅读(31) 评论(0) 推荐(0)
摘要: 跟着教程写todoapplication package com.example.to_do_application.fragments.listimport android.app.AlertDialogimport android.os.Bundleimport android.view.*im 阅读全文
posted @ 2024-04-09 19:15 Hbro 阅读(11) 评论(0) 推荐(0)
摘要: 跟着教程写todoapplication fragment_add: package com.example.to_do_application.fragments.addimport android.os.Bundleimport android.view.*import android.widg 阅读全文
posted @ 2024-04-08 18:50 Hbro 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页