English 中文(简体)
开始与甲状腺有什么初步步骤? ava方案如何帮助? [闭门]
原标题:What is the initial step to start with android? How does java programming help? [closed]
  • 时间:2010-01-07 18:32:14
  •  标签:
  • java
  • android

Closed. This question is opinion-based. It is not currently accepting answers.


我是贾瓦专业人员。 我现在要写一份安康平台的申请。

  • What is the initial step I need to take?
  • How does my Java programming experience help in this case?
最佳回答

Android语书写了 Android语,但没有使用JVERS,而是使用

下载 rel=“nofollow noreferer”>Android SDK,有实例和一个介绍者。

问题回答

rel=“nofollow noreferer”>Android Resources,帮助我学习和roid方案。

roid星论坛详细指示你如何开始。 下载的剪辑和刺.论坛就如何将其gin成像发出指示。 原始材料包括一名支持者,很容易使用。 !!

<>Dev Environment

放弃一种环境就是这样:

  • Download the Android SDK and unzip it
  • Download Eclipse (There are several downloads on the Eclipse site. I think I downloaded the one called "Eclipse IDE for Java Developers")
  • Install Eclipse (basically just unzipping it)
  • From within Eclipse, install the Android Plugin
  • Tell Eclipse where the Android SDK is
  • Setup an emulator image (AVD)
  • To start a new Android Project, go to File/New/Android Project

You can find the details here: http://developer.android.com/guide/developing/eclipse-adt.html

<><>Websites

有几个网站:

<<>Books

  • Anddev.org is working on “a non-commercial book to learn programming for Google’s Android” called andbook.
  • Worx has a book called Professional Android Development. You can download the first chapter for free from their website.

<><0>

  • One thing that helped me understand Android conceptually was the Androidology videos that Google produced.
  • There are several videos on the Android developers site and also on YouTube
What is the initial step I need to take?

其他员额的覆盖面非常大。

How does my Java programming experience help in this case?

Java的经历将意味着你可以把重点放在安乐框架上,以及如何在不混淆框架和 Java是什么的情况下做安乐。 我与曾经在 Java经历过安乐施会/奥 experience的人合作,他们永远试图将他们分开。 “这是 Java还是一件事情吗?”是一个共同的问题。 你们将向前迈进一步。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签