上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: FileLogManager.java package timeline.lizimumu.com.t.log; import android.os.Environment; import java.io.File; import java.io.FileNotFoundException; imp 阅读全文
posted @ 2022-05-14 20:48 椅念琼 阅读(32) 评论(0) 推荐(0) 编辑
摘要: AlarmReceiver.java package timeline.lizimumu.com.t.receiver; import android.content.BroadcastReceiver; import android.content.Context; import android. 阅读全文
posted @ 2022-05-13 21:11 椅念琼 阅读(20) 评论(0) 推荐(0) 编辑
摘要: AlertEditView.java package timeline.lizimumu.com.t.widget; import android.content.Context; import android.text.TextUtils; import android.util.DisplayM 阅读全文
posted @ 2022-05-11 21:02 椅念琼 阅读(19) 评论(0) 推荐(0) 编辑
摘要: SortEnum.java package timeline.lizimumu.com.t.util; public enum SortEnum { TODAY(0), YESTERDAY(1), THIS_WEEK(2), THIS_MONTH(3), THIS_YEAR(4); int sort 阅读全文
posted @ 2022-05-10 21:01 椅念琼 阅读(21) 评论(0) 推荐(0) 编辑
摘要: BitmapUtil.java package timeline.lizimumu.com.t.util; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.drawable 阅读全文
posted @ 2022-04-29 21:34 椅念琼 阅读(31) 评论(0) 推荐(0) 编辑
摘要: AlarmUtil.java package timeline.lizimumu.com.t.util; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context 阅读全文
posted @ 2022-04-28 17:24 椅念琼 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 按照文件进行即可 阅读全文
posted @ 2022-04-25 23:04 椅念琼 阅读(20) 评论(0) 推荐(0) 编辑
摘要: DateViewUtils.java package timeline.lizimumu.com.t.util; import android.content.Context; import androidx.core.content.ContextCompat; import com.bigkoo 阅读全文
posted @ 2022-04-23 20:00 椅念琼 阅读(37) 评论(0) 推荐(0) 编辑
摘要: AppService.java package timeline.lizimumu.com.t.service; import android.app.Service; import android.content.ActivityNotFoundException; import android. 阅读全文
posted @ 2022-04-22 23:56 椅念琼 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 今天开始完善service层了,预计两天完成 AlarmService.java package timeline.lizimumu.com.t.service; import android.app.IntentService; import android.content.Intent; imp 阅读全文
posted @ 2022-04-21 21:56 椅念琼 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页