Convert Android ViewPager to ViewPager2 with Async loading
Budget: $10 – $50 USD
I have almost completed my Android App. All I am wanting to do now is to convert the old ViewPager to the new ViewPager2 and make it multicore.
My app consists of
-ViewPagers
-Glide image loader
-FrameLayout
-TabLayout
-RecyclerView
I have it setup with a TabLayout and what I mainly want to convert over to ViewPager2 is so that I can disable swiping between tabs that I can currently do. Currently it tends to freeze up if I switch too fast on each tab or accidently swipe left or right.
So, just need 2 things:
1) A splash screen that loads everything up first before showing it (The MainActivity). A "real" progress bar would be nice to have if possible.
2) Async (AsyncTask) the 7 tabs I have so that it loads faster.
The tablet I will be using for this app has 8 cores (Qualcomm Octa-core Snapdragon 662) and 4GB of Ram so I would like to take advantage of that power so that the tabs load quicker and the overall experience being smooth when I click on a tab to view another page (fragment).
My app consists of
-ViewPagers
-Glide image loader
-FrameLayout
-TabLayout
-RecyclerView
I have it setup with a TabLayout and what I mainly want to convert over to ViewPager2 is so that I can disable swiping between tabs that I can currently do. Currently it tends to freeze up if I switch too fast on each tab or accidently swipe left or right.
So, just need 2 things:
1) A splash screen that loads everything up first before showing it (The MainActivity). A "real" progress bar would be nice to have if possible.
2) Async (AsyncTask) the 7 tabs I have so that it loads faster.
The tablet I will be using for this app has 8 cores (Qualcomm Octa-core Snapdragon 662) and 4GB of Ram so I would like to take advantage of that power so that the tabs load quicker and the overall experience being smooth when I click on a tab to view another page (fragment).