I recently purchased an Arduino USBDroid. The spiel told me I could connect it to my Android phone, but that was about it! I eventually worked it out after a week or so, and a bit of luck and...
Attachments
Connecting your Arduino board to an Android Phone.zip
I found that B4A runs really well in VirtualBox (on a Linux host). Also, I downloaded an Ice Cream Sandwich iso file (generic_x86-20120909.iso) which can run in VB too. This is much faster than...
here is a small example how to make a xml and send it to a server which is hosting a wcf rest service.
Maybe it helps someone to start a bit faster with it...
How do you make changes to the basic layout (design) of a program? I opened the following sample file: DataBaseProgSample1.5.b4a I wanted to change the sizes of the edit fields, but when I...
The canonical way to share files between emulator and PC is using
adb utility from android-sdk, but is a command line utility and is a little bit hard to use, you have to use adb push and adb...
Ok so this was one of the first issues I ran into when first starting in B4A. I want to write this tutorial to help people out that might have the same issues as I did. So lets start.
Just getting started with BA4 and am very confused. I don't understand many terms and terminology. Have next to no experience with Java though am reasonably proficient with Basic.