apps-android-commons/app
Jason Whitmore c44a610db9 ExploreFragment.java: modify onCreateView to use new ViewPagerAdapter constructor
Before this change, onCreateView would use the old ViewPagerAdapter constructor, which
had a default behavior where fragments not currently visible would be in the Resume
state.

After this change, the new ViewPagerAdapter constructor is used with a non-default
behavior where only the visible fragment would be in the Resume state. This has
performance benefits for most users since the Fragments will only be active
when they want to view them.
2025-05-02 16:34:07 -07:00
..
src ExploreFragment.java: modify onCreateView to use new ViewPagerAdapter constructor 2025-05-02 16:34:07 -07:00
build.gradle Bump up version code to 1050 2025-04-13 13:09:19 +05:30
proguard-rules.txt app: adjust R8 rules to ensure our model classes are not obfuscated 2024-04-28 16:21:14 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30