B4A Tutorial [B4X] Features that Erel recommends to avoid - Erel    Dec 06, 2023   (89 reactions) File.DirRootExternal -> ContentChooser / SaveAs https://www.b4x./#content File.DirInternal / DirCache / DirLibrary / DirTemp / DirData / DirDefaultExternal / GetSafeDirDefaultExternal -> XUI.DefaultFolder Round2 -> NumberFormat, B4XFormatter: Most usages of Round2 are to format numbers. Modifyin B4A Example [B4X] Supabase - Storage Files - Alexander Stolte    Sep 11, 2023   (8 reactions) FromPath - The original file path, including the current file name. For example `folder/image.png`
ToPath - The new file path, including the new file name. For example `folder/image-copy.png`
Wait For (xSupabase.Storage.CopyFile("Avatar","public/avatar1.png", "private/avatar2.png").Execute) Comp B4i Question Is there a tutorial on reading/writing .txt files - Erel (first post)    Jan 09, 2019   (1 reaction) I'm sure that it is covered in the programming guide and in the video tutorials: https://www.b4x.com/b4i/documentation.html
Look for File.WriteText. B4A Question A simple to do lists app tutorial using custom listviews, text files and notes with additions for CLVExpandable and CLVDragger. - PaulMeuris    Apr 23, 2022   (15 reactions) This is a beginners tutorial to create a simple app to have some multi-purpose lists on your smartphone.
The app uses text files to store the information (so no database knowledge required).
In the app the user can specify a category and subcategory that an item belongs to.
In the fine tuning sectio Spanish [B4A] [Tutorial] Como registrarse y subir una aplicación a Google Play - bgsoft    Aug 03, 2016   (19 reactions) COMPILAR LA APLICACIÓN: Una vez configurado el AndroidManifest y creada la clave (o cargada en el proyecto una clave creada con anterioridad) es el momento de compilar el programa. Enl menú “Project” usamos la opción “Compile & Run”. Debemos poner especial atención en que el editor no esté en modo “ B4A Tutorial Android FTP tutorial - Erel    Aug 25, 2021   (6 reactions) FTP.UploadFile(File.DirRootExternal, "1.txt", True, "/somefolder/files/1.txt")
Sub FTP_UploadProgress (ServerPath As String, TotalUploaded As Long, Total As Long)
Dim s As String
s = "Uploaded " & Round(TotalUploaded / 1000) & "KB"
If Total > 0 Then s = s & " out of " & Round(Total / 10 B4A Code Snippet To get multiple media files and folders via MediaStore (info and paths) - GeoT    Mar 07, 2023   (4 reactions) I would appreciate if you could tell me if it didn't work for you with your version. I couldn't manage to put the LIMIT or OFFSET clauses to the queries. Any idea to improve the operation of the codes is welcome. Above all to speed up the creation and display of the thumbnails of the videos. Dep B4i Tutorial B4i Change Log (versions history) - Erel    Dec 04, 2024   (1 reaction) Files tree shows the files icons and allows opening the files with external editors: https://www.b4x.com/android/forum/threads/b4x-external-editors.86592/ Modules, files and views can be renamed directly from the relevant tree. Full support for drag and dropping files and modules, including support B4A Tutorial Erels B4A Oveview from Walt's B4xGoodies - created with B4xgoodies Explorer using BVAD3 - Mashiane (first post)    Apr 27, 2021   (1 reaction) Dialogs Library 2017 - Custom Dialogs And Async Methods
Tutorial - Drawing - Drawing A Selection Window
Tutorial - Dropbox - Android Dropbox / Oauth Tutorial
Tutorial - Emulator/vm - Hello World - Installing Android Emulator
Tutorial - Encryption - Encrypting Information With Randomaccessfile Librar B4A Question List/ Read files (e.g.in DCIM) - Midimaster (first post)    Oct 08, 2020   (3 reactions) Ah! thank you. There are several posts here with misleading informations
But your aswer is a clear statement.
Somebody should sum up all (future) file strategies in a separat new tutorial. Because there are a lot of requests in the last weeks related to that topic. And this amount of posts shows t Page: 1   2   3   4   5   6   7   Powered by ColBERT |