dynamic

  1. Jim2025

    Android Question Loading pages dynamically with an unlimited count and swiping left or right to move between them.

    HI, I have an infinite number of pages that I want to display dynamically as shown below. The number of pages may be unlimited, it may be a 10 or 100, it may be a 100000. My solution is to dynamically load the page as shown. For this, at most two or three pages are not needed, but I did not...
  2. M

    iOS Question [B4X] Double column multiple card element sizes like Pinterest

    Hi everyone, what is the best way to achieve this type of list nowadays? I know I could do it by using two CLVs that scrolls together but I'm afraid of glitches (like jerky movements between the two on shitty-smartphone like mine) The features I'm interested in are: Two columns each column...
  3. K

    Android Question Custom Icons for Buttons in CLV

    Hello everyone, I have a CustomListView in B4X (writing for android currently, but want to go multi-platform in the future) only with buttons whose size depends on an input. I want to have each button 's text come with a different custom icon that i created (png format). So i guess i have two...
  4. K

    Android Question Create Image

    How to Create Dynamic Image for Payment Reminder? Like attach Image File. I also want to Insert Due Amount, which is vari every time.
  5. E

    B4J Question B4J - Add/create dynamically textfields and call them

    Hi, Can someone please help me out with the code to add/create dynamically textfields and refer to them? For example at the very beginning I want to create 10 or 12 or 15, etc. textfields and after having filled a few in I need to check which fields are empty. Many thanks,
  6. Mashiane

    B4J Code Snippet Creating a Random Dummy Data Generator

    Ola So I am am working on my Mock app, after getting some of my list running as per discussion here, I managed to have some consensus of some doable things.. What happens is that a data structure is first defined, this will contain the field names and the dummy data types. Somewhere there...
Top