Skip to main content

Projects

Comments

Popular posts from this blog

How to building an app without coding, platforms like Kodular, Thunkable, Nitron, and Android Builder

 If you're interested in building an app without coding, platforms like Kodular , Thunkable , Nitron , and Android Builder are great tools for creating apps through a drag-and-drop interface. These platforms allow users to build functional apps without needing to write any code, focusing instead on visually arranging components. Here's a basic guide on how to create an app using these platforms: 1. Kodular Kodular is a popular platform for creating Android apps with a block-based programming interface, similar to Scratch. Steps: Sign up : Go to Kodular and sign up for an account. Start a New Project : Click on "Create New Project" and give it a name. Design the Interface : Use the drag-and-drop interface to add components like buttons, labels, images, text boxes, etc., to your app screen. Add Blocks for Functionality : Switch to the "Blocks" tab to add logic and functionality. Here, you can use blocks to control how your app responds to user actions (e.g....

Free Extensions Nocodb

  NocoDb NocoDB   provides an intuitive spreadsheet interface for creating online databases like Airtable and Baserow, either from scratch or by connecting to any Postgres/MySQL.                                                   Download   Get All Rows Function to get all rows of the database. Keep the filterList empty if you don’t want to filter the data based on certain conditions. Parameter Type filters list GetRowById Function to get a row by id. Keep the column list empty if you don’t want row of any specific column. Parameter Type rowId number columnList list GetColumn Function to get a column using column name. Keep the filters list empty if you want to get the column without applying any filter. Parameter Type columnName text filters list FilterSortBy Function to apply SortBy filter that can sort the result based on the ascending or descendi...