获取TabLayout和ViewPager

时间:2018-06-08 14:50:36

标签: android android-fragments android-recyclerview android-viewpager android-tablayout

我用ViewPager创建了一个TabLayout。在每个选项卡中,我都创建了带适配器的RecyclerView。每个RecyclerView中有四个项目,可以按位置重新排序。我需要从Activity页面获取RecyclerView重新排序位置的更改。有巨大的代码,这就是我无法发布代码的原因。但我正在展示下面的结构。

Activity页面中,我添加了TabLayoutViewPager。然后我创建了一个Fragment RecyclerView。此Fragment已添加到TabPagerAdapter的每个Item。现在我创建了一个RecyclerViewAdapter类和一个RecyclerView来获取要在RecyclerView中使用的项目。此RecyclerView项具有拖动功能,可以更改RecyclerViews中的位置顺序。我希望从Tab页面获得每Activityimport openqa.selenium.OutputType.*; import org.openqa.selenium.*; import org.openqa.selenium.support.ui.*; WDS.sampleResult.sampleStart(); var ctx = org.apache.jmeter.threads.JMeterContextService.getContext(); var vars = ctx.getVariables(); String userName = WDS.args[0]; -- the result of this line is "loginName" instead of actual log in name. same for 2nd line. //String userName = vars.get('loginName'); 的重新排序位置。

我知道这是复杂的设计,但由于很多原因我需要这种结构。

0 个答案:

没有答案