公告板
版本库
filestore
活动
搜索
登录
android
/
charge
左晓为主开发手持机充值管理机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.优化代码将http通信通用模块放在baselibrary内 2.创建通用版本的library
zuoxiao
2025-02-28
765d5165b18938eaefbd5b3af00e8775bfb1a91f
[android/charge.git]
/
generallibrary
/
src
/
main
/
java
/
com
/
dayu
/
general
/
BaseApplication.kt
1
2
3
4
5
6
7
8
9
10
11
package com.dayu.general
import android.app.Application
public class BaseApplication : Application() {
override fun onCreate() {
super.onCreate()
}
}