B4X dialog examples: An overview of dialogs you can use in B4X with source code.
Fill a custom listview: Fill a custom listview with items using a custom layout.
B4J PDFBox test: B4j pdfbox test project.
B4J code viewer: B4j codeviewer with simple search supporting multiple file extensions.
B4J shell commands: B4j shell commands list and launch tool.
Roll the dice: Roll the dice 6 dice, 6 colors, lets roll.
B4J game of Pachisi: How about a game of pachisi, a b4j version.
B4A scrolling grid: B4a scrolling grid using customlistviews and a horizontal scrollview.
Horizontal scrollview: Horizontal scrollview with multiple customlistviews.
CSV viewer: Csv viewer: an application using the scroll grid explained in a previous tutorial.
Grade book: Gradebook is a simple data driven app using customlistviews, a horizontalscrollview, b4xpages and b4xdialogs.
Code templates: Using source code templates in b4x programming.
Simple layout designer: Simple layout designer (sld) b4j application.
B4X sources: B4xsources: a b4x source code viewer using command line tools to extract and decompile the files.
Try it yourself: Try it yourself application for teachers and students to test html, css, javascript, php code.
Dijkstra's algorithm: Another implementation of Dijkstra's shortest distance algorithm.
B4J couchDB client: B4J CouchDB client application using jShell with cURL command line tool and JSON documents.
Kanban cards: Kanban cards: a B4J and/or a B4A application to create a Kanban board using moveable cards.
Code selector: Code selector: a small application to insert code in the IDE editor (drag and drop from a CustomListView).
B4J ribbon: B4J ribbon: In this tutorial you can learn how to build a custom ribbon.
Storyboard cards: Storyboard cards: You want to create a storyboard for a mobile app, you want to keep a scrapbook, you want to create a comic book, you want to make a Christmas card, … then this application might be the right one for you.
Connecting buttons: Connecting buttons: In this tutorial you can study the source code to see how you can connect buttons (or other views) with lines.
B4J views accordions: Views accordions: An application to showcase the views that you can use in the B4J Visual Designer.
Color selector: With this application you can select a color in different ways: - use the B4XSeekBars - copy/paste a hex string in the B4XFloatTextFields - select a named color from the list
Libraries docs viewer: Libraries documentation viewer: the XML files...
B4A tabpanels: B4A Tabpanels: a tabbed user interface example
B4X buttons grid: B4X Buttons grid example
B4J pmfiles explorer: B4J pmfiles: a file explorer example using a treeview, breadcrumbs and various viewers
DB field selector: Database field selector tool using SQLite and MySQL with drag and drop feature
B4J report writer: B4J Report writer steps: a simple way to create a report writer application step-by-step
B4X custom list view: B4X Custom List View examples: an overview of the Custom List Views that were used in the tutorials.
B4J pmtableclass: B4J pmtableclass: a class to display a SQLite database table content in a grid
B4J pmtablebrowser: B4J pmtablebrowser: a tool to display database table content using the pmtableclass and the DB field selector tool
B4J pmtablecreation: B4J pmtablecreation: how to create a table using the pmtableclass and use it in a B4X dialog