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 如何解决dialog弹出时无法捕捉Activity的back事件 在...
Android实现自定义带文字和图片的Button 在Android开发中经常...
Android 关于长按back键退出应用程序的实现最近在做一个Andr...
android自带的时间选择器只能精确到分,但是对于某些应用要求...