开发者

Getting starting with Android - which direction to go?

开发者 https://www.devze.com 2023-04-10 10:22 出处:网络
I\'m a Java developer at heart. Just got Android based phone and curious if I can write some app for it. I know its late in the game, but why not. I guess a question to all those who write for Android

I'm a Java developer at heart. Just got Android based phone and curious if I can write some app for it. I know its late in the game, but why not. I guess a question to all those who write for Android. What is the approach? After some quick googling I found out that applications can be written in: - Java using android SDK - Flex from adobe offers - JavaFX seems they do that too - Or other commercial tools that promise my app will run on any mobil开发者_JAVA技巧e device

There seems to be a cesspool out there with all the marketing and quick money making schemes attached to mobile development.

In the end, whats the best way to start for seasoned Java developer?

Thanks.


Personally I use Eclipse IDE with the Android SDK. If you're used to Java - then stay with it.

A good starting point is to read about the Activity Lifecycle as it is a very big part of how your app will function.

The second approach is to hit the Tutorials. I'm a hands-on person so learning by doing is prefered.


Some helpfull links:

http://developer.android.com/guide/index.html

http://www.youtube.com/watch?v=SVZ1P35xgNQ&feature=results_video&playnext=1&list=PL412E536D5FF8899D

http://commonsware.com/Android/Android-1_0-CC.pdf

0

精彩评论

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