从哪里开始 - Android电子?电子、从哪里、Android

2023-09-04 06:10:12 作者:低头哭过别忘了抬头继续走

可能重复:   从哪里开始学习Android的?

您好

我开发的Windows Mobile和Windows-CE 10年,

i develop for Windows-mobile and Windows-CE for 10 years,

我要开始与Android合作。

i want to start working with android.

从哪里开始呢?什么开发工具,我需要什么? SDK?书?

from where to start ? what develop tools i need ? sdk ? books ?

我需要一些帮助。

在此先感谢

推荐答案

在下载的Eclipse 。从那里,下载 ADT插件的Eclipse插件。 阅读文档它提供了关于这个问题的非常有见地的内容。 在检查其他 StackOverflow的问题,看看有什么其他的书籍/教程可用。

Download Eclipse. From there, download the ADT plugin for Eclipse. Read the documentation which provides very insightful content on the subject. Check other StackOverflow questions to see what other books/tutorials are available.

Android的程序并不难,一旦你知道如何用Java程序(你不应该是一个问题,因为你至少C#开发人员)。 什么,你需要了解的是:

Android programming is not hard once you know how to program in Java (which for you should not be a problem since you are at least a C# developer). What you need to understand is:

如何Dalvik的内部工作原理(Dalvik的是Android的虚拟机)。 什么是由Android SDK中提供的主要部件(活动,后台接收器,服务,内容提供者...)。 在一个活动的生命周期。 在不同的布局,你可以用它来设计你的看法。

这将是一个良好的开端。刚看完的文档,一切都在那里!

That would be a good start. Just read the doc, everything is in there!