edit

  1. xiaoyao

    Android Question b4a how to Show Data Rows Cols Like Excel?

    Which control do I need to use to create a simple app like Excel? If editing is still possible, which control is better and how to save data? For example, loading a CSV file into a table, or ABC XLS, ABC.XLSX files, or JSON format data. [{"col1":"a1","Col2","a2"},{"col1":"b1","Col2","b2"}]
  2. M

    Android Question [B4X] Update the value of a CLV Item

    Hi everyone, I have the necessity to update the value associated with an item of a CustomListView, the only method available is .GetValue but it does not accept the association operator (=). I do not want to recreate the view every time because the values will change rapidly and i do not want...
  3. hamedafrough

    Android Question how can I update my onlinDB with b4a?

    Hello Dears I have an app that get USERs info. I want users can edit their infos but I cant write codes for this ability. thank you if help me up that to write codes for update my DB with app
  4. Mrphone

    Android Question Video editing

    Hello :) I want to create a very simple video editing program (cutting video, pasting photo or text on video). Has a library been built for this purpose ?? Thank you very much in advance for your help ?
  5. M

    B4A Class Draggable View [Edited - Swipe Gesture]

    Hi everyone, this class is an edit of this class from Erel: https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/ I've done some changes to achieve an animated "Swipe gesture (left to right)" If you swipe all the way right to the trigger point, you can trigger an event...
Top