摘要: package com.example.myapplication5.Utils; /* 本来想定义为静态工具类的,由于有传入参数helper,故不这样设置 */ import android.content.Context; import android.database.Cursor; impo 阅读全文
posted @ 2025-04-17 09:07 记得关月亮 阅读(9) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Color; import android.os.Bundle; 阅读全文
posted @ 2025-04-17 09:06 记得关月亮 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; 阅读全文
posted @ 2025-04-17 09:06 记得关月亮 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; /* 统计当前月份收支来源(分类),包括金额和占比*/ import android.content.Intent; import android.database.Cursor; import android. 阅读全文
posted @ 2025-04-17 09:05 记得关月亮 阅读(8) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Color; import android.os.Bundle; 阅读全文
posted @ 2025-04-17 09:04 记得关月亮 阅读(8) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Color; import android.os.Bundle; 阅读全文
posted @ 2025-04-17 09:04 记得关月亮 阅读(8) 评论(0) 推荐(0)
摘要: package com.example.myapplication5.Service; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; i 阅读全文
posted @ 2025-04-17 09:03 记得关月亮 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.content.SharedPrefe 阅读全文
posted @ 2025-04-17 09:03 记得关月亮 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content 阅读全文
posted @ 2025-04-17 09:02 记得关月亮 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.app.App 阅读全文
posted @ 2025-04-17 09:02 记得关月亮 阅读(4) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.app.Dat 阅读全文
posted @ 2025-04-17 09:02 记得关月亮 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import android.content.DialogInterface; import android.database.Cursor; import android.database.sqlite.SQLiteDatab 阅读全文
posted @ 2025-04-17 09:01 记得关月亮 阅读(3) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import androidx.appcompat.app.AppCompatActivity; import android.app.Activity; import android.app.Application; impo 阅读全文
posted @ 2025-04-17 09:00 记得关月亮 阅读(6) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import android.content.Intent; import android.os.Bundle; import android.text.InputType; import android.view.View; 阅读全文
posted @ 2025-04-17 09:00 记得关月亮 阅读(6) 评论(0) 推荐(0)
摘要: package com.example.myapplication5; import android.content.DialogInterface; import android.database.Cursor; import android.database.sqlite.SQLiteDatab 阅读全文
posted @ 2025-04-17 08:59 记得关月亮 阅读(6) 评论(0) 推荐(0)