javascript App Inventor 还是 Android Studio?哪一个更好?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32296119/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-28 15:04:45  来源:igfitidea点击:

App Inventor or Android studio? Which one is better?

javascriptjavaandroidandroid-studioapp-inventor

提问by Delio Phlipso

I would like to know how different between android studio and app inventor and I want to know what program that you use for android application development and I would like to know the advantage of android studio and App Inventor too

我想知道 android studio 和 App Inventor 之间有什么不同,我想知道您用于 android 应用程序开发的程序,我也想知道 android studio 和 App Inventor 的优势

Thanks for every answer.

感谢您的每一个回答。

回答by FadedCoder

Why to use Android Studio?
I use and recommend using Android Studio. It is fast and easy to use. Above all, it is the official IDE for Android. Though, in Android Studio, you have to write your own code.
Why to use App Inventor?
App Inventor uses a graphic interface and coding in App Inventor isn't necessary. It has a drag-and-drop interface.
Conclusion
If you're a beginner in Android programming, use App Inventor, but if you're a advanced programmer, use Android Studio. Studio provides more functions than App Inventor.

为什么要使用 Android Studio?
我使用并推荐使用 Android Studio。它快速且易于使用。最重要的是,它是 Android 的官方 IDE。但是,在 Android Studio 中,您必须编写自己的代码。
为什么要使用 App Inventor?
App Inventor 使用图形界面,无需在 App Inventor 中编码。它有一个拖放界面。
结论
如果您是 Android 编程的初学者,请使用 App Inventor,但如果您是高级程序员,请使用 Android Studio。Studio 提供的功能比 App Inventor 多。

回答by Florin ?enea

Definitely Android Studio. App Inventor is to make it easier for any non-programmer or newcomer to easily understand the primary concepts on Android app development in an intuitive and cost-effective manner. If you have no previous experience in programming then go with App Inventor but your options are much limited than using a full-fledged IDE. If you want to built complex apps (not limited by the options that App Inventor provides to you) then learn to program in Android Studio (Java is required).

绝对是Android Studio。App Inventor 旨在让任何非程序员或新手都能以直观且经济高效的方式轻松理解 Android 应用程序开发的主要概念。如果您以前没有编程经验,那么请使用 App Inventor,但与使用成熟的 IDE 相比,您的选择非常有限。如果您想构建复杂的应用程序(不受 App Inventor 提供给您的选项的限制),请学习在 Android Studio 中编程(需要 Java)。

回答by Hank Moody

Android Studio is the official IDE for Android application development, based on IntelliJ IDEA. Android Studio is approved by Google, so use it.

Android Studio 是 Android 应用程序开发的官方 IDE,基于 IntelliJ IDEA。Android Studio 是谷歌认可的,所以使用它。

http://developer.android.com/tools/studio/index.html

http://developer.android.com/tools/studio/index.html

回答by Nabin Bhandari

I use Android Studio. I think everyone should use it because it is official application from Android developers. It is also available for most platforms.

我使用安卓工作室。我认为每个人都应该使用它,因为它是来自 Android 开发人员的官方应用程序。它也适用于大多数平台。