tables

  1. H

    Android Question which library for design a table?

    I'm new in b4a, and I'm trying to learn. I've a Class Person, with Name, Address, Phone fields. I want to show them in a table. So I done a search on the forum, and found that in this years many way to do that has been developped, I found Flexible Table, xCustomListView and others, and I'm a bit...
  2. R

    Android Question How to show a grid on a form. Columns and rows.

    I am confused. I see tables, lists, xCustomListViews and don't know what to use. there are many examples with images. I just want simple text, rows and columns. below is in vb.net using the GridView control. What is the best method to use. Any sample would be much appreciated.
  3. Mashiane

    B4J Library MashMSWord: Beginning MS Word Tables

    Ola At some stage I will need to work with MS Word Tables, this is my attempt to do do using Inline Java. Dependencies: poi-3-17 / jPOI Library Output: Reproduction Dim msword As MashMSWord msword.Initialize msword.Create(File.DirApp,"msword.docx") msword.AddParagraph("Anele...
  4. C

    Android Code Snippet Creating xnGrid on the fly

    I've been using B4A for a while for ad-hoc, prototype stuff and created a few small projects. I'm working on something new and needed to create grids, which I see B4A doesn't come with. I found xnGrid, and it took a while to get to where I had something usable. I just thought I'd pass on what I...
Top