I started evaluating your software. I have a couple of questions.
- Let's say I finished my application but there are some features not supported by your software but are in another scripting language, how would it be to incorporate with your coding?
- If I want to incorporate coding for barcoding, how easy would it be and the steps to accomplish this? Is there a code that I could use here for barcoding?
- Can I use B4A and PHP?
- Basic4android applications do not run over a script engine. The code is compiled to natve dalvik byte code. You can add missing functionality by writing Java libraries. Note that most of Android features are already implemented
- See the barcoding library: http://www.b4x.com/forum/additional-libraries-official-updates/7303-abzxing-barcode-reader.html
- You can call PHP web services from Basic4android.