04 2024 档案

摘要:<!-- dialog_layout.xml --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_ 阅读全文
posted @ 2024-04-30 00:38 Hbro 阅读(22) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:col 阅读全文
posted @ 2024-04-29 09:36 Hbro 阅读(18) 评论(0) 推荐(0)
摘要:package com.example.personalworkimport android.view.Viewimport androidx.constraintlayout.widget.ConstraintLayoutimport androidx.databinding.BindingAda 阅读全文
posted @ 2024-04-28 12:21 Hbro 阅读(23) 评论(0) 推荐(0)
摘要:package com.example.personalwork.fragment.registerimport Userimport android.os.Bundleimport androidx.fragment.app.Fragmentimport android.view.LayoutIn 阅读全文
posted @ 2024-04-27 11:34 Hbro 阅读(15) 评论(0) 推荐(0)
摘要:package com.example.newapplication.taskActivityimport android.os.Bundleimport android.webkit.WebViewClientimport androidx.appcompat.app.AppCompatActiv 阅读全文
posted @ 2024-04-26 20:14 Hbro 阅读(11) 评论(0) 推荐(0)
摘要:package com.example.newapplication.taskActivityimport android.content.Contextimport android.content.SharedPreferencesimport android.graphics.Bitmapimp 阅读全文
posted @ 2024-04-25 17:30 Hbro 阅读(36) 评论(0) 推荐(0)
摘要:package com.example.personalwork.fragment.entryimport android.os.Bundleimport androidx.fragment.app.Fragmentimport android.view.LayoutInflaterimport a 阅读全文
posted @ 2024-04-25 11:34 Hbro 阅读(35) 评论(0) 推荐(0)
摘要:package com.example.newapplication.homeFragmentimport android.content.Intentimport android.os.Bundleimport android.os.Handlerimport android.os.Looperi 阅读全文
posted @ 2024-04-24 18:30 Hbro 阅读(20) 评论(0) 推荐(0)
摘要:package com.example.newapplication.homeFragmentimport android.content.Contextimport android.content.Intentimport android.content.SharedPreferencesimpo 阅读全文
posted @ 2024-04-23 17:20 Hbro 阅读(19) 评论(0) 推荐(0)
摘要:fragment: package com.example.personalwork.fragment.bottomimport android.content.Contextimport android.content.SharedPreferencesimport android.os.Bund 阅读全文
posted @ 2024-04-22 22:22 Hbro 阅读(17) 评论(0) 推荐(0)
摘要:package com.example.newapplication.personalimport android.content.Contextimport android.content.SharedPreferencesimport androidx.appcompat.app.AppComp 阅读全文
posted @ 2024-04-22 09:00 Hbro 阅读(21) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/a 阅读全文
posted @ 2024-04-21 17:31 Hbro 阅读(44) 评论(0) 推荐(0)
摘要:adapter: package com.example.personalwork.fragment.bottom.adapterimport android.view.LayoutInflaterimport android.view.ViewGroupimport androidx.recycl 阅读全文
posted @ 2024-04-21 17:02 Hbro 阅读(22) 评论(0) 推荐(0)
摘要:respository and viewmodel: package com.example.personalwork.data.respositoryimport androidx.lifecycle.LiveDataimport com.example.personalwork.data.dao 阅读全文
posted @ 2024-04-20 17:01 Hbro 阅读(28) 评论(0) 推荐(0)
摘要:package com.example.newapplication.entityimport java.io.Serializabledata class Task( var id: Int? = null, var sentid: Int? = null, var receiveid: Int? 阅读全文
posted @ 2024-04-20 08:59 Hbro 阅读(30) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com 阅读全文
posted @ 2024-04-19 08:59 Hbro 阅读(11) 评论(0) 推荐(0)
摘要:package com.example.newapplication.mainFragmentimport android.content.Contextimport android.content.Intentimport android.content.SharedPreferencesimpo 阅读全文
posted @ 2024-04-18 19:31 Hbro 阅读(33) 评论(0) 推荐(0)
摘要:本地数据库与后端返回信息类; package com.example.personalwork.data.databaseimport android.content.Contextimport androidx.room.Databaseimport androidx.room.Roomimpor 阅读全文
posted @ 2024-04-18 17:00 Hbro 阅读(26) 评论(0) 推荐(0)
摘要:package com.example.newapplicationimport android.os.Bundleimport androidx.appcompat.app.AppCompatActivityimport androidx.navigation.findNavControlleri 阅读全文
posted @ 2024-04-17 19:29 Hbro 阅读(17) 评论(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 阅读(33) 评论(0) 推荐(0)
摘要:个人作业: retrofit2发送请求: package com.example.personalwork.utilsimport retrofit2.Retrofitimport retrofit2.converter.gson.GsonConverterFactoryobject ApiClie 阅读全文
posted @ 2024-04-14 09:00 Hbro 阅读(42) 评论(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 阅读(28) 评论(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 阅读(33) 评论(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 阅读(38) 评论(0) 推荐(0)
摘要:跟着教程写todoapplication: room创建本地数据库: package com.example.to_do_application.dataimport android.content.Contextimport androidx.room.Databaseimport android 阅读全文
posted @ 2024-04-07 19:55 Hbro 阅读(35) 评论(0) 推荐(0)
摘要:跟教程写todoapplication 所需models和respository: package com.example.to_do_application.data.modelsenum class Priority { HIGH, MEDIUM, LOW} package com.exampl 阅读全文
posted @ 2024-04-06 19:53 Hbro 阅读(24) 评论(0) 推荐(0)
摘要:跟着教程写todoapplication; 过场动画: <?xml version="1.0" encoding="utf-8"?><set xmlns:android="http://schemas.android.com/apk/res/android"> <translate android: 阅读全文
posted @ 2024-04-05 20:26 Hbro 阅读(23) 评论(0) 推荐(0)
摘要:跟着教程写todoapplication: 所需图标样式: <?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android"> <item androi 阅读全文
posted @ 2024-04-04 20:26 Hbro 阅读(55) 评论(0) 推荐(0)
摘要:跟着教程写todoapplication fragment_add: <?xml version="1.0" encoding="utf-8"?><layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tool 阅读全文
posted @ 2024-04-03 16:31 Hbro 阅读(10) 评论(0) 推荐(0)
摘要:跟教程写一个todoapplication fragment_list样式代码 <?xml version="1.0" encoding="utf-8"?><layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns 阅读全文
posted @ 2024-04-02 19:36 Hbro 阅读(30) 评论(0) 推荐(0)
摘要:<select id="pageCC" resultType="com.example.entity.RecordRes"> select a.*,b.name goodsname,c.name storagename,d.name goodstypename, (select U.name fro 阅读全文
posted @ 2024-04-01 19:37 Hbro 阅读(14) 评论(0) 推荐(0)