Questions tagged [basic4android]

Basic4android (Basic for Android) is a simple and powerful development environment for developers of Android applications

Basic4android (Basic for Android) is a simple and powerful development environment for developers of Android applications

Site: http://www.b4x.com

It's called Visual Basic for Android too.

223 questions
-1
votes
1 answer

can't find httpclient and gps library for basic4android

I'm new to basic4android for develop Android applications. I need gps / httpclient library for testing a sample. Or could you give me another solution for writing a gps and web service call application in basic4android? thank you
AbbasS
  • 99
  • 1
  • 1
  • 6
-1
votes
1 answer

How can i get "All files access" or "Permanent and complete access to a folder" in android 11 (Scoped Storage) with b4a?

Any sample please Can all apps get "All files access"? (like apk files non-shared and out of play store?) and after getting "All files access" or "access to a storage folder" can i use file addres like this…
-1
votes
1 answer

Launch android secret code via B4A App

How can i launch ##xxxx## code with B4A? Here is my code: Dim st,stt As String Dim su As StringUtils Dim ph As Intent st = "#" stt = su.EncodeUrl(st,"UTF8") Dim ussd As String =…
-1
votes
2 answers

Scroll view (basic 4android)

What code you have to write the scroll view b4a be coordinated with some text labels This means that if the text is too long scroll set up the same amount ?
delshad
  • 1
  • 1
-1
votes
1 answer

Basic4Android SQLITE LIKE Statement

I've been stuck with this since this morning, I'm trying to search on the database table using LIKE statement but I'm getting trouble at where to put the % sign. I already tried different approach but It's not working. At first I tried the Dim cur…
keysl
  • 2,127
  • 1
  • 12
  • 16
-1
votes
1 answer

Remote Database Connector (RDC) on Azure

With Basic4Android I can get access to a SQL server database using Remote Database Connector (RDC) (see http://www.b4x.com/android/forum/threads/remote-database-connector-rdc-connect-to-any-remote-db.31540/ ). I can put the SQL server database on…
lvdp
  • 5
  • 5
-1
votes
1 answer

DateTime.Date (long value)

I have spent quite a few hours and still unable to understand this: Dim unix_time_at_midnight As Long DateTime.DateFormat = "MM/dd/yyyy" unix_time_at_midnight = DateTime.DateParse(DateTime.Date(unix_time*1000))/1000 where both…
Sarah
  • 1,895
  • 2
  • 21
  • 39
-2
votes
1 answer

Can I reboot phone without root access on b4a?

How to reboot phone without root access on b4a? Only need root access with ML library? Code: Sub Globals Dim M as MLfiles End Sub Sub Activity_Create(FirstTime As Boolean) M.GetRoot M.RootCmd("reboot","",Null,Null,False) End…
Han Lay
  • 11
-2
votes
1 answer

How connect youwave to local sql data base

i was make a app for android devices in basic4android , and i am running wampserver for sql database . but when i use 127.0.0.1 in program code to connect wampserver sql database . i will get error . what is the right IP in you wave android ?
TasmeTime
  • 5
  • 4
-4
votes
1 answer

Are these Listview or Scrollview with Panel

IMAGE LABELED A (https://i.stack.imgur.com/KCK91.png) I saw these images in app and with the image I labeled A, I want to know if its a b4a listview or scrollview with a panel with an transparency, and an imageview to the right and label to the…
-4
votes
1 answer

Can I use Sony SDK v2 with Basic4android?

Can I use the Sony SDK v2 with Basic4android? Want touch event and sensor data in my app to evaluate. Does anyone have an example for me?
-5
votes
1 answer

How to Make mobile app from Codeigniter web based application with phonegap or basic 4 android?

I want to ask how to make the mobile application of CodeIgniter with phonegap or basic 4 android. I built a web-based information system applications with CodeIgniter framework. I'm having problems when creating mobile applications based on…
Nake
  • 1
  • 2
1 2 3
14
15