【问题标题】:How is Basic4Android IDE to create complex applicationBasic4Android IDE如何创建复杂的应用程序
【发布时间】:2014-04-24 18:49:52
【问题描述】:

我计划创建一个复杂的应用程序,其中包含大量的数据库请求和来回发送的网络数据。是否建议使用 Basic4Android(B4A)。我很困惑 ?我下载了试用版并喜欢它,因为它至少在开始时很容易,不知道后面的例子。我关心的点是

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?

如果有人使用 B4A 提出申请,请指导我。 目前正在尝试 B4A 人员在网络上提供的指南中的示例,并且发现它很棒。但是我需要一个以前在 B4A 工作过的专家“审查”。 我需要尽快处理应用程序。 提前致谢。

【问题讨论】:

    标签: android basic4android


    【解决方案1】:

    1> 是否可以使用 Basic4Android 轻松自定义控件。

    是的,您可以使用图像、面板和反射库来自定义

    2> 就理解和编码时间而言,它是否比 Eclipse 快。

    是的,学习曲线很短

    3> 以后想要添加新功能时更新应用程序。

    您可以保存 b4a 项目并在需要更新时进行更改。

    4> android 可用的API 是否可以在Basic4Android 中使用,就像我们作为外部jar 添加到类路径中的jar 文件一样,可以在B4A 中完成吗?

    您可以在 Eclipse 中添加(包装)外部 jar 文件或使用 B4A 简单库编译器。查看教程。您也可以制作自己的库

    5> 也可以在 Android 中制作插件类型的应用程序,如果可以,是否可以使用 B4A?

    取决于您要制作的插件。 B4A app创建的apk源码存放在src文件夹中。您需要检查它是否可以合并到您的 android IDE 中。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-25
      • 2016-07-12
      • 2020-11-18
      • 1970-01-01
      • 1970-01-01
      • 2014-07-02
      相关资源
      最近更新 更多