-
This is my fragment layout containing StickyScrolView:
```
```
and on runtime fill the view pager with fragments containing this layout:
```
```…
-
I don't open my calendarView in fragment
my source
MainActivity
package seed.prie.iuc.myiucap;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.desi…
-
问题:当快速滑动时,会导致fragment部分不见或者全部不见,如图:
![image](https://user-images.githubusercontent.com/11938143/61357415-d3090080-a8aa-11e9-977d-02ff2026d443.png)
![image](https://user-images.githubusercontent.com/…
-
When I change of fragment, always return position 0.
```
mViewPager.setAdapter(new FragmentPagerAdapter(getSupportFragmentManager()) {
@Override
public Fragment getItem(int po…
-
The following link points to a sample code that demonstrates an issue when navigating from a fragment containing TabPageIndicator (tabs) to another fragment and then tapping on the back button to navi…
-
Hi,
i have an activity with action bar and several tab.
Inside (one) tab i use an instance of a fragment that extends BaseFragment, and that fragment use a class extends Card and has custom layout.
Th…
-
当viewpager使用懒加载的fragment,如果在第一个fragment使用了下拉刷新或者上拉加载。切换到另一个fragment,再次切换回来的时候,下拉刷新或者上拉刷新 刷新状态的箭头就自己出来了。如何解决?
-
hello. help me pls, after initialize tabs and pager i call pager.setCurrentItem(1) but tabs show me 3rd selected tab?
``` Java
pager = (ViewPager) v.findViewById(R.id.pager);
adapter …
-
CLI v6.7.8 on path 'tns'
"nativescript-vue": "^2.6.1"
this issue actual in case BackButton is pressed.
where i tap outside ModalStack, all works fine
stack:
```
System.err: An uncaught Excep…
-
Demo中,如果把ViewPage嵌套在Fragment中,TabPageIndicator的name和指示都不显示;
```
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater…