04 2024 档案
摘要:<!-- dialog_layout.xml --><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_
阅读全文
摘要:<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:col
阅读全文
摘要:package com.example.personalworkimport android.view.Viewimport androidx.constraintlayout.widget.ConstraintLayoutimport androidx.databinding.BindingAda
阅读全文
摘要:package com.example.personalwork.fragment.registerimport Userimport android.os.Bundleimport androidx.fragment.app.Fragmentimport android.view.LayoutIn
阅读全文
摘要:package com.example.newapplication.taskActivityimport android.os.Bundleimport android.webkit.WebViewClientimport androidx.appcompat.app.AppCompatActiv
阅读全文
摘要:package com.example.newapplication.taskActivityimport android.content.Contextimport android.content.SharedPreferencesimport android.graphics.Bitmapimp
阅读全文
摘要:package com.example.personalwork.fragment.entryimport android.os.Bundleimport androidx.fragment.app.Fragmentimport android.view.LayoutInflaterimport a
阅读全文
摘要:package com.example.newapplication.homeFragmentimport android.content.Intentimport android.os.Bundleimport android.os.Handlerimport android.os.Looperi
阅读全文
摘要:package com.example.newapplication.homeFragmentimport android.content.Contextimport android.content.Intentimport android.content.SharedPreferencesimpo
阅读全文
摘要:fragment: package com.example.personalwork.fragment.bottomimport android.content.Contextimport android.content.SharedPreferencesimport android.os.Bund
阅读全文
摘要:package com.example.newapplication.personalimport android.content.Contextimport android.content.SharedPreferencesimport androidx.appcompat.app.AppComp
阅读全文
摘要:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/a
阅读全文
摘要:adapter: package com.example.personalwork.fragment.bottom.adapterimport android.view.LayoutInflaterimport android.view.ViewGroupimport androidx.recycl
阅读全文
摘要:respository and viewmodel: package com.example.personalwork.data.respositoryimport androidx.lifecycle.LiveDataimport com.example.personalwork.data.dao
阅读全文
摘要:package com.example.newapplication.entityimport java.io.Serializabledata class Task( var id: Int? = null, var sentid: Int? = null, var receiveid: Int?
阅读全文
摘要:<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com
阅读全文
摘要:package com.example.newapplication.mainFragmentimport android.content.Contextimport android.content.Intentimport android.content.SharedPreferencesimpo
阅读全文
摘要:本地数据库与后端返回信息类; package com.example.personalwork.data.databaseimport android.content.Contextimport androidx.room.Databaseimport androidx.room.Roomimpor
阅读全文
摘要:package com.example.newapplicationimport android.os.Bundleimport androidx.appcompat.app.AppCompatActivityimport androidx.navigation.findNavControlleri
阅读全文
摘要:实体类: package com.example.personalwork.data.modelsdata class WeekData( val week: Week) package com.example.personalwork.data.modelsdata class Week( var
阅读全文
摘要:个人作业: retrofit2发送请求: package com.example.personalwork.utilsimport retrofit2.Retrofitimport retrofit2.converter.gson.GsonConverterFactoryobject ApiClie
阅读全文
摘要:package com.example.to_do_application.fragmentsimport android.view.Viewimport android.widget.Spinnerimport androidx.cardview.widget.CardViewimport and
阅读全文
摘要:跟着教程写todoapplication package com.example.to_do_application.fragments.updateimport android.app.AlertDialogimport android.os.Bundleimport android.view.*
阅读全文
摘要:package com.example.to_do_application.fragments.list.adapterimport android.view.LayoutInflaterimport android.view.ViewGroupimport androidx.recyclervie
阅读全文
摘要:跟着教程写todoapplication package com.example.to_do_application.fragments.listimport android.app.AlertDialogimport android.os.Bundleimport android.view.*im
阅读全文
摘要:跟着教程写todoapplication fragment_add: package com.example.to_do_application.fragments.addimport android.os.Bundleimport android.view.*import android.widg
阅读全文
摘要:跟着教程写todoapplication: room创建本地数据库: package com.example.to_do_application.dataimport android.content.Contextimport androidx.room.Databaseimport android
阅读全文
摘要:跟教程写todoapplication 所需models和respository: package com.example.to_do_application.data.modelsenum class Priority { HIGH, MEDIUM, LOW} package com.exampl
阅读全文
摘要:跟着教程写todoapplication; 过场动画: <?xml version="1.0" encoding="utf-8"?><set xmlns:android="http://schemas.android.com/apk/res/android"> <translate android:
阅读全文
摘要:跟着教程写todoapplication: 所需图标样式: <?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android"> <item androi
阅读全文
摘要:跟着教程写todoapplication fragment_add: <?xml version="1.0" encoding="utf-8"?><layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tool
阅读全文
摘要:跟教程写一个todoapplication fragment_list样式代码 <?xml version="1.0" encoding="utf-8"?><layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns
阅读全文
摘要:<select id="pageCC" resultType="com.example.entity.RecordRes"> select a.*,b.name goodsname,c.name storagename,d.name goodstypename, (select U.name fro
阅读全文

浙公网安备 33010602011771号