I wanted to use the CustomListView in my project instead of the standard ListView.
I had no problems until I ran the project on a recent tablet and an Android 16 smartphone.
Unfortunately, execution on these devices is very slow (they are very recent devices).
The same project runs fine on smartphones and tablets over 6 years old on Android 10, 11, and 12.
The same phenomenon is also seen with the sample apps on the blog.
I also tried eliminating the animation times, but without any noticeable results.
Do you know of any tricks to solve the problem?
Thanks in advance.
I had no problems until I ran the project on a recent tablet and an Android 16 smartphone.
Unfortunately, execution on these devices is very slow (they are very recent devices).
The same project runs fine on smartphones and tablets over 6 years old on Android 10, 11, and 12.
The same phenomenon is also seen with the sample apps on the blog.
I also tried eliminating the animation times, but without any noticeable results.
Do you know of any tricks to solve the problem?
Thanks in advance.