update:2021.03.29
fix:修改为mvp架构,顺序执行,优化连接的次数
add:
This commit is contained in:
FHT
2021-03-29 09:45:15 +08:00
parent 4c2a93cdce
commit 402fe64045
55 changed files with 6040 additions and 2906 deletions

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.mjsheng.myappstore.activity.MainActivity">
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
<ImageView
android:id="@+id/imageView"

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.mjsheng.myappstore.activity.MainActivity">
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
<ImageView
android:id="@+id/imageView"