片段在view_pager中交换后不恢复edittext值

时间:2017-05-31 05:33:20

标签: android android-viewpager

第一个片段在viewPager中交换3个片段后没有恢复编辑框值...我在viewpager中有3个片段,点击第3个片段选项卡后交换回第1个片段..编辑文本填充空白.. plz给出一些解决方案..代码就在这里..

$filter_data = array(
    'filter_name'         => $search,
    'filter_tag'          => $tag,
    'filter_description'  => $description,
    'filter_category_id'  => $category_id,
    'filter_sub_category' => $sub_category,
    'sort'                => $sort
); 

1 个答案:

答案 0 :(得分:1)

仅当您的片段数量较少时才建议使用此选项。
你可以使用mvn archetype:generate -DgroupId=com.test -DartifactId=camel-spring-app -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring -DinteractiveMode=false
这样做的是每次刷卡时都不会创建新的片段,因此数据会保持不变。如果您未设置此属性,则默认值为1。