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
0
votes
1 answer

Basic4android how to explode a string and convert to array

I am trying to separate the characters of string. Dim res As String res = "1+2+3+4+") tempArr = Regex.split("\+", res) I am using this code to convert the string into array.Is it correct ? and also i need to know the count…
Sino Thomas
  • 141
  • 1
  • 7
  • 22
0
votes
1 answer

Reflection library for clipboard Basic4Android

I am trying to learn a bit more about the libraries before purchasing this great software! I understand most of them in theory (without programming because I dont actually have them) except for the reflection library. I was trying to figure out how…
user3147471
  • 63
  • 1
  • 6
0
votes
2 answers

Error with manifest when uploading APK to Google Play

When I upload my APK to Google Play, I get this error about my manifest: I used Basic4Android to make my application. This is my manifest file: Please help.
0
votes
2 answers

Get locations by GPS position

I have a table called "pois", I want to run SQL query which will show all locations nearest to the phone GPS location in 500 m, I copied the MySQL code somewhere and used it for SQLLite and it does not work, maybe anyone can help me to translate the…
0
votes
2 answers

Basic4android: How to clear a edit text from code?

I have a problem with basic4anfroid. I have two EditText fields and a button that performs mathematical operations. Everything works but I would need to reset the values ​​of the two EditTexts with a "Reset" button. Click event on the reset button,…
GLuca D
  • 1
  • 1
0
votes
0 answers

Wrong API key for Xtify?

I get this error message: Caused by: com.xtify.android.sdk.InvalidFormatException: Could not read the api key. No meta data found in the manifest file. at com.xtify.android.sdk.PersistentLocationManager.a( Unknown Source) at…
Peter Graf
  • 23
  • 1
  • 7
0
votes
2 answers

what is the way to install the basic4android

I installed the jre7 and jdk1.7 and android sdk and avd manager perfectly my emulator is working properly but when i run the program which i wrote it is showing Compiling code. 0.11 Compiling layouts code. …
prakash
  • 51
  • 8
0
votes
1 answer

Galaxy Note II emulator

I am creating a emulator with options 720 X 1280 px, 5.5 inch size. When I try my code on my real phone (a Galaxy Note II) the views are correct but when I use the emulator the view is just 2/3 of the screen. As we can say that the real phone shows…
0
votes
2 answers

Android - See if home key is pressed

I'm making a game and if the activity is left in any way by the user (back or home key pressed), the activity needs to end the game by posting to a script and ending the activity. I can detect if the back key is pressed, however, I cannot find any…
grant1842
  • 357
  • 1
  • 7
  • 23
0
votes
2 answers

Retrieve string from AudioRecord buffer

I'm using Basic4Android and the AudioRecord library that is based on this I want to know how to retrieve a string from buffer In short, if you register with audiorecord a word (eg, "hello"), you can retrieve this from the buffer in order to have a…
Alberto Rubini
  • 655
  • 3
  • 10
  • 19
0
votes
2 answers

Basic4Android sql1 update

I am stuck using basic4android as regards updating a record in a sql db (Lover.db). This works: SQLLover.ExecNonQuery("UPDATE Profiles SET Mobile ='Nos', " & _ "Name = 'Nme', Sunday = 'SundayX', Monday = 'MondayX', " & _ "Tuesday =…
0
votes
1 answer

How to receive data when event Activity_Pause occure

I am making an Android APP that connect to my server (VB6), everything is working perfect, but I have a small problem I want the APP stay able to receive data even when the Activity_pause occure I notice that the APP will receive the data when the…
-1
votes
1 answer

Tips on using webview to play an embedded Flash movie

I've tried (without success) to get a video to play within a webview. I can see the video thumbnail with the default play button overlaying the video. When I click the play button - the entire video hi-lights in transparent yellowish/orange.…
Tony Moreira
  • 93
  • 3
  • 18
-1
votes
1 answer

How to make use of Fragments API in BASIC4Android

Is it possible to make use of the Fragments API in BASIC4Android? If so how?
JdV
  • 35
  • 2
-1
votes
1 answer

How to make a floating app using BASIC4Android

Possible Duplicate: How to make an app that floats Is it possible to make apps that float in front of other apps (like the mini apps on Samsung's Galaxy tab) using BASIC4Android? If so, how?
JdV
  • 35
  • 2
1 2 3
14
15