scrollview2d

  1. TelKel81

    Games 2D hex-based game : better solution than a canvas on Scrollview2D ?

    Hi, While drawing on the Scrollview2D InnerPanel's canvas, I exceed memory limit around 25x25 tiles (200-250mb bitmap). I don't think loadbitmapsample will help me here because the main culprit is obviously the huge canvas, not the bitmaps drawn on it (quickly nulled). What approach would...
  2. TelKel81

    Android Question Set the "SmoothScrollTo" speed of ScrollView2D

    Maybe this could be done using reflection or javaobject but I'm not skilled enough to find out how. Any hint ? Thanks a lot.
  3. Star-Dust

    B4J Library [B4X] [XUI] SD XUIScrollView2D

    I develop the cross-platform version of the ScrollView2D library. XUIScrollView was developed all from scratch. xScrollView is a wrapping of the native ScrollView but which standardizes the commands so that they can be used cross-platform. Everyone can choose which one is best suited to their...
Top