我正在尝试从一项活动导航到另一项活动。第二个活动有一个包含三个片段的viewpager。其中两个片段有很多视图,而其中一个视图较少。我试图在具有很多视图的viewpager中只保留一个片段。加载花费了一些时间。我尝试了另一种观点。加载也花费了时间。但是,当我保留观看次数较少的片段时,所需的时间就更少了。如果我一次加载全部,则需要花费很多时间来加载。首先,我在两个片段上都有很多视图层次结构,但是最终使用表布局将它们全部删除。活动正在缓慢进行。 片段1:
<ScrollView
android:id="@+id/scroll"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableRow style="@style/TableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
</TableRow>
<TableRow style="@style/TableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white">
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/white" />
</TableRow>
<TableRow style="@style/TableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.5"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
</TableRow>
<TableRow style="@style/TableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.5" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white">
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/white" />
</TableRow>
<TableRow
android:id="@+id/ll_nfo1"
style="@style/TableRowStyle"
android:visibility="visible">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow android:id="@+id/ll_nfo2"
style="@style/TableRowStyle"
android:visibility="visible">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow style="@style/BidOfferTableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
</TableRow>
<TableRow style="@style/BidOfferTableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow style="@style/BidOfferTableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow style="@style/BidOfferTableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow style="@style/BidOfferTableRowStyle">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
</TableRow>
</TableLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
android:id="@+id/ll_bottom"
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_40">
<com.intmilli.imobile.Views.CustomTextView
android:id="@+id/tv_h_first"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"/>
<View
android:id="@+id/view_line3_left"
android:layout_height="match_parent"
android:layout_toRightOf="@id/tv_h_first"
android:background="@color/mainbg_lightblue" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1" />
</LinearLayout>
</RelativeLayout>
片段3:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView 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"
android:fillViewport="true">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:paddingBottom="4dp">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Spinner
android:id="@+id/day_spinner"
android:layout_width="0dp"
android:layout_height="34dp" />
<Spinner
android:id="@+id/limit_spinner"
android:layout_width="0dp"
android:layout_height="34dp" />
<Spinner
android:id="@+id/buy_spinner"
android:layout_width="0dp"
android:layout_height="34dp" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<ImageButton
android:id="@+id/sub_qty"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3" />
<EditText
android:id="@+id/et_qty"
android:layout_width="0dp"
android:layout_height="36dp"/>
<ImageButton
android:id="@+id/add_qty"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<ImageButton
android:id="@+id/sub_price"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3" />
<EditText
android:id="@+id/et_pricevalue"
android:layout_width="0dp"
android:layout_height="36dp" />
<ImageButton
android:id="@+id/add_price"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<ImageButton
android:id="@+id/sub_dis_qty"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3"/>
<EditText
android:id="@+id/et_dis_qty"
android:layout_width="0dp"
android:layout_height="36dp" />
<ImageButton
android:id="@+id/add_dis_qty"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp">
<com.intmilli.imobile.Views.CustomTextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<ImageButton
android:id="@+id/sub_tri_price"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3"/>
<EditText
android:id="@+id/et_triggerPrice"
android:layout_width="0dp"
android:layout_height="36dp" />
<ImageButton
android:id="@+id/add_tri_price"
android:layout_width="0dp"
android:layout_height="36dp"
android:layout_weight="0.3" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="8dp"
android:layout_marginBottom="6dp">
<CheckBox
android:id="@+id/ch_stopLoss"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<CheckBox
android:id="@+id/ch_IOC"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center">
<com.intmilli.imobile.Views.CustomTextView
android:id="@+id/tv_placeOrderBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</TableRow>
</TableLayout>
</ScrollView>
正如我所说的,片段1和片段3需要花费很多时间。有人可以帮助解决此问题吗!
答案 0 :(得分:2)
重量 不好,用途很多。我看到您在布局中使用了过多 android:layout_weight
。这会导致加载布局缓慢。因为它需要根据设备屏幕调整视图。
所以不要使用过多的砝码,而应使用RelativeLayout或ConstraintLayout.
onCreate()
内编写任何逻辑,数据获取,视图管理。onCreateView()
个片段中的所有findViewById()
。另请阅读Fragment Lifecycle,以更好地理解。onViewCreated()
中通过一些延迟来调用。它将让视图首先创建,然后设置从API接收的数据。