android – 从App Inventor转移到Eclipse的提示

我非常擅长AppInventor来构建 Android应用程序.我对C语言知识渊博,对Java和Java构建知识知之甚少.建议我如何从App Inventor转移到Eclipse来构建Android应用程序?我应该遵循哪条路?在Eclipse中构建类似于在AppInventor中构建,比如定义不同的组件然后处理它们的事件?还是不止于此?请指导我.

解决方法

java.appinventor.org还有AppInventor到Java Bridge项目,详情见下文

About:

The AppInventor to Java Bridge project is an addition to
AppInventor that creates a Java written version of the application
from an existing application created through AppInventor. After
creating an application through AppInventor,the user can download a
version of the application that is written in Java,which uses the
JavaBridge* library .

What Our Application Can Do:

  • Create an Android project in JavaBridge using AppInventor
  • Applications that use texting,internet and/or sound are supported

Limitations:
– Location aware applications not yet supported
– Nested lists are not yet supported,and will produce incorrect code

更新:该工具的最新版本可在此处找到:java.appinventor.org

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...