tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

Android: migrate ViewPager to ViewPager2 #13690

Open m1ga opened 1 year ago

m1ga commented 1 year ago

I have searched and made sure there are no existing issues for the issue I am filing

Description

Currently the SDK still uses the normal ViewPager. Migrating to ViewPager2 would allow to use vertical orientation, RTL support and it's based on RecyclerView tech.

https://developer.android.com/develop/ui/views/animations/vp2-migration

Platforms

Android

AbdullahFaqeir commented 2 months ago

@m1ga can you assign this to me