本文介绍了从哪里开始 - Android电子?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
可能重复:
从哪里开始学习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.
- 如何Dalvik的内部工作原理(Dalvik的是Android的虚拟机)。
- 什么是由Android SDK中提供的主要部件(活动,后台接收器,服务,内容提供者...)。
- 在一个活动的生命周期。
- 在不同的布局,你可以用它来设计你的看法。
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:
这将是一个良好的开端。刚看完的文档,一切都在那里!
That would be a good start. Just read the doc, everything is in there!
这篇关于从哪里开始 - Android电子?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!