我有活动和片段的android应用程序。它还包括firebase和GoogleMaps。
在我的Nexus 5设备上构建并运行应用程序后,应用程序活动需要很长时间才能加载。
我试图通过检查时间滞后并在预加载中消除许多滞后来追踪。但我没有取得圆满成功。
错误记录
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="40dp"
android:id="@+id/simple_list_item"
android:gravity="center_vertical"
android:padding="5dp"
android:paddingLeft="10dp"
android:paddingStart="10dp"
android:textSize="15dp"
android:typeface="serif"
android:textStyle="bold"
android:background="@color/white"
android:allowUndo="false"
android:text="Sample Still Testing"
android:textColor="#003325" />
我的问题是:如何删除更多操作,即加载秒数
感谢所有答案!
答案 0 :(得分:0)
你的应用程序总是会在emulator.or上运行得更慢而在一台真实的设备上调试你的app.install并且你会很好。这会有帮助