name

  1. Alexander Stolte

    Android Example [B4X] Supabase - Column Alias

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ You can use column aliases in Supabase. All you need to do is write the alias name, a colon and then the column name. 'AliasName:ColumnName Query.Columns("Name:Tasks_Name") Dim Query As...
  2. M

    iOS Question BLE clear names cache

    Hi, I'm using an ESP32 to exchange data with iPhone over BLE... I changed the name of my device but the iPhone still uses the old name.... I read this thread https://www.b4x.com/android/forum/threads/change-ble-name.69932/#post-444139, I tried restarting the iPhone but it still prints out the...
  3. HassanProgrammer

    Choose a name for the messenger

    Hello I made a messenger with b4a. Now I do not know what name to choose for it. I like that its name is special and unique. Its .com domain should also be free. This app will be used worldwide. What name do you suggest?
  4. appie21

    iOS Question App name with spaces = appname without spaces

    I have upload my app to the app store it is called "Ado Fan Community" But the name of my app at the start screens shows the name without spaces (AdoFanCommunity) How Can I use spaces in my app name?
  5. Alexander Stolte

    Android Code Snippet [B4X] Automatically increment file names

    Hey, if you download a file with Google Chrome for example and you have you've already downloaded this one time, then a number will appear next to it. This is now easy possible with this peace of code. checkfilename(File.DirDefaultExternal,"mytestname.jpg",0,"mytestname.jpg") Sub...
Top