开发者

How to speed of learning android programming by reducing redundant activities? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you fee开发者_运维问答l that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I'm learning android. Fort testing every aspect of android SDK I need to create new project in eclipse and create new class and so on. I need a new way to decrease these redundant activities.

In Java programming I use groovy to learn Java faster, what about android?


  1. You could put all your testing code in one project. Just create a new Activity in the same project. Then you can link activities together with a first page ListView. Take a look at API demos: http://developer.android.com/resources/samples/ApiDemos/index.html (they are also in your android SDK under examples I think)

  2. While you can use different JVM languages with Android, most of the examples are in Java, so IMHO this would be fastest way to learn.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜