简体   繁体   English

Basic4Android IDE如何创建复杂的应用程序

[英]How is Basic4Android IDE to create complex application

I am planning to create a complex application which has lots of Database requests and Network data sending back and forth. 我计划创建一个复杂的应用程序,其中包含许多数据库请求和来回发送的网络数据。 Is it advisable to use Basic4Android(B4A). 是否建议使用Basic4Android(B4A)。 I am confused ? 我很困惑 ? I downloaded the trail version and liked it because its easy atleast at the beginning, don't know about later examples. 我下载了跟踪版本并喜欢它,因为它一开始就很容易,不知道后面的示例。 The points am concerned about is 关注的重点是

1> Is it possible to Customize Controls Easily using Basic4Android. 
2> Is it fast as compared to Eclipse in terms of understanding and coding time. 
3> Updating Application later when want to add new features. 
4> Can the API available for android can be used in Basic4Android, Like the jar files which we add as external jars to the classpath can that be done in B4A? 
5> Also can a plugin kind of application be made in Android , if yes then is it possible using B4A?

If someone has made application using B4A please Guide me. 如果有人使用B4A提出了申请,请指导我。 Currently am trying the examples from the guide the B4A guys have on the web and am finding it amazing. 目前,B4A家伙正在网上尝试使用指南中的示例,并且发现它很棒。 But I need an expert "REVIEW" who has previously worked on B4A. 但是我需要一个以前在B4A上工作过的专家“ REVIEW”。 I need to work on application ASAP. 我需要尽快处理应用程序。 Thanks in advance. 提前致谢。

1> Is it possible to Customize Controls Easily using Basic4Android. 1>是否可以使用Basic4Android轻松自定义控件。

Yes, you can use images,panel and reflection lib to customize 是的,您可以使用图像,面板和反射库来自定义

2> Is it fast as compared to Eclipse in terms of understanding and coding time. 2>与Eclipse相比,它在理解和编码时间上是否快。

Yes learning curve is very short 是的,学习曲线很短

3> Updating Application later when want to add new features. 3>以后要添加新功能时更新应用程序。

You can save the b4a project and change when ever you need to update. 您可以保存b4a项目并在需要更新时进行更改。

4> Can the API available for android can be used in Basic4Android, Like the jar files which we add as external jars to the classpath can that be done in B4A? 4>可用于Android的API可以在Basic4Android中使用,就像我们作为外部jar添加到classpath的jar文件一样,可以在B4A中完成吗?

You can add (wrap) external jar files in Eclipse or use B4A Simple Library Compiler. 您可以在Eclipse中添加(包装)外部jar文件,也可以使用B4A简单库编译器。 Check out tutorials. 查看教程。 You can also make your own libraries 您也可以创建自己的库

5> Also can a plugin kind of application be made in Android , if yes then is it possible using B4A? 5>也可以在Android中制作插件类型的应用程序,如果可以,那么可以使用B4A吗?

Depends on what plugin you want to make. 取决于要制作的插件。 The source code of apk created by B4A app is stored in src folder. B4A应用程序创建的apk的源代码存储在src文件夹中。 You need to check out whether it can be incorporated in your android IDE. 您需要检查它是否可以合并到您的android IDE中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM