You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello there,
firstly thanks for this attractive sliding tab, I implemented your codes in my college project , the slides where working beautifully. But now when i swipe on screens it is showing diffrent details means:
tab at 0 index is showing index 1.
hello there,
firstly thanks for this attractive sliding tab, I implemented your codes in my college project , the slides where working beautifully. But now when i swipe on screens it is showing diffrent details means:
tab at 0 index is showing index 1.
codes are below here:
public View onCreateView(LayoutInflater inflater, @nullable ViewGroup container, @nullable Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_enquiry, container, false);
context = getActivity();
/*
Here it is showing the correct information.
*/
public class FragmentEnquirySlidingTab extends Fragment {
//here it is showing diffrent values from Tab
}
please help me out
The text was updated successfully, but these errors were encountered: