ViewPager2+Fragment interface refresh problem
Let's start with the code. You can ignore the creation of sets and fragment s in the adapter style we often write.
public class VP2TaskPagerAdapter extends FragmentStateAdapter {
private List<TaskTableBean> taskTableBeans;
public VP2TaskPagerAdapter(FragmentManager fragmentManager, Lifecycle lifecycle,List<TaskTableBean> ta ...
Added by Ton Wibier on Sat, 15 Jan 2022 17:12:37 +0200