lazyloading

  1. Alexander Stolte

    Android Example [B4X] AS ViewPager - Infinite scrolling

    https://www.b4x.com/android/forum/threads/b4x-xui-as-viewpager-based-on-xcustomlistview.116709/ A small example project on how to achieve endless scrolling in both directions with the as viewpager. Important You need AS ViewPager V2.01+ and for B4J, you need V1.02+ of the jPager The best...
  2. A

    Android Question Example for LazyLoading from jRDC2

    Hi All, I can load/SELECT ALL data in a table from jRDC2 (mysql DB) with no problem, but I think this is not perfect in case of thousands of rows to return/SELECT from App performance standpoint, also I am aware that I can use LIMIT to limit the number of rows; however I am not sure how to...
  3. Alexander Stolte

    B4A Library AS Gallery - show images from folders (image- and video-thumbnails)

    I want to share my class to create a image preview list like in the gallery app. This class is based on xCustomListView and PreoptimizedCLV. The class is creating a cached thumbnail of a image if needed, to avoid performance issues on scrolling. The cache folder is created here...
  4. Multiverse app

    Android Question MapFragment with CustomListView

    The Goal is to Add MapFragment with Customlistview while using LazyLoading. After the mapfragment is ready, add a marker to all of the maps. The Problem is that at VisibleRangeChanged, mfclvorders_Ready is called for only the last MapFragment. Therefore, All the maps except the last are left...
Top