Basic4Android (currently known as B4A) is a rapid application development tool for native Android applications, developed and marketed by Anywhere Software Ltd.
B4A is an alternative to programming with Java.
B4A includes a visual designer that simplifies the process of building user interfaces that target phones and tablets with different screen sizes. Compiled programs can be tested in AVD Manager emulators or on real Android devices using Android Debug Bridge and B4A Bridge.
The language itself is similar to Visual Basic and Visual Basic .Net though it is adapted to the native Android environment. B4A is an object-based and event-driven language.
B4A generates standard signed Android applications which can be uploaded to app stores like Google Play, Samsung Apps and Amazon Appstore. There are no special dependencies or runtime frameworks required.
Video Basic4android
Applications
B4A supports all types of applications such as games, databases, connectivity, sensors and hardware.
Maps Basic4android
Libraries
B4A interacts with the native API through Java libraries. B4A libraries consist of two files: the Java jar file and a XML file that is produced by a tool provided with B4A.
Community
There are currently about 75,000 registered developers in the online community. Most of the libraries, classes, examples and tools can be found there.
Documentation
A book written by Wyken Seagrave and published by Penny Press Ltd was published in October 2013. ISBN 9781491226735. Two guides and many tutorials are listed in the documentation page.
See also
- Mono for Android
- Visual Basic
- Comparison of programming languages
References
External links
- Basic4android site
- Online community
Source of article : Wikipedia