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
Hi,
i want to user tablayout with infiniteviewpager.
Can someone guide me.
Right now i am facing an issue while using it,
Process: com.kotlin.mNative, PID: 7342
java.lang.OutOfMemoryError: Failed to allocate a 108832 byte allocation with 102312 free bytes and 99KB until OOM, max allowed footprint 268435456, growth limit 268435456
at android.view.ViewGroup.addInArray(ViewGroup.java:5361)
at android.view.ViewGroup.addViewInner(ViewGroup.java:5274)
at android.view.ViewGroup.addView(ViewGroup.java:5083)
at com.google.android.material.tabs.TabLayout.addTabView(TabLayout.java:1370)
at com.google.android.material.tabs.TabLayout.addTab(TabLayout.java:620)
at com.google.android.material.tabs.TabLayout.addTab(TabLayout.java:605)
at com.google.android.material.tabs.TabLayout.populateFromPagerAdapter(TabLayout.java:1323)
at com.google.android.material.tabs.TabLayout.setPagerAdapter(TabLayout.java:1314)
at com.google.android.material.tabs.TabLayout.setupWithViewPager(TabLayout.java:1227)
at com.google.android.material.tabs.TabLayout.setupWithViewPager(TabLayout.java:1188)
The text was updated successfully, but these errors were encountered:
Hi,
i want to user tablayout with infiniteviewpager.
Can someone guide me.
Right now i am facing an issue while using it,
Process: com.kotlin.mNative, PID: 7342
java.lang.OutOfMemoryError: Failed to allocate a 108832 byte allocation with 102312 free bytes and 99KB until OOM, max allowed footprint 268435456, growth limit 268435456
at android.view.ViewGroup.addInArray(ViewGroup.java:5361)
at android.view.ViewGroup.addViewInner(ViewGroup.java:5274)
at android.view.ViewGroup.addView(ViewGroup.java:5083)
at com.google.android.material.tabs.TabLayout.addTabView(TabLayout.java:1370)
at com.google.android.material.tabs.TabLayout.addTab(TabLayout.java:620)
at com.google.android.material.tabs.TabLayout.addTab(TabLayout.java:605)
at com.google.android.material.tabs.TabLayout.populateFromPagerAdapter(TabLayout.java:1323)
at com.google.android.material.tabs.TabLayout.setPagerAdapter(TabLayout.java:1314)
at com.google.android.material.tabs.TabLayout.setupWithViewPager(TabLayout.java:1227)
at com.google.android.material.tabs.TabLayout.setupWithViewPager(TabLayout.java:1188)
The text was updated successfully, but these errors were encountered: