tables

  1. 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.
  2. 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...
  3. 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