更细增加两个生命周期管理的方法,增加tpush

This commit is contained in:
2022-02-24 18:46:38 +08:00
parent ea8c4fbbfe
commit 3e83c6b5a5
68 changed files with 2457 additions and 298 deletions

View File

@@ -4,6 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.tt.activity.PackageActivity">
tools:context=".activity.PackageActivity">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.retrofit.RetrofitActivity">
</androidx.constraintlayout.widget.ConstraintLayout>