Getting Started with Android
Android’s SDK is here. Don’t miss the videos to get tutorials and see cool demos.
Posted by Romain Guy on Nov 12 2007 under Android, Open Source
Android’s SDK is here. Don’t miss the videos to get tutorials and see cool demos.
November 12th, 2007 at 11:39 am
Congrats on Android! Looking over the SDK, I’m salivating at the thought of having such low level access to a mobile phone, and all in Java =)
November 12th, 2007 at 2:15 pm
Aha! I see your photos in the gallery demo! Very nice. Android is looking great; I just wish there were some devices available.
November 12th, 2007 at 2:29 pm
Where’s my Graphics2D class???
November 12th, 2007 at 3:50 pm
[…] to Bob, Cedric, Romain, and the many many engineers that worked on […]
November 12th, 2007 at 5:02 pm
This is a very exciting moment and a milestone in the history of mobile devices. Congratulations to all Android developers.
@Augusto:
It seems there is no Graphics2D class in the Android API. I think you are supposed to use the Canvas class instead.
November 12th, 2007 at 5:10 pm
I was being a bit sarcastic, yeah there’s no Swing/AWT but it seems there are no JavaSE or JavaME libraries present. It seems you’re supposed to use only the Android classes. I imagine this still has java.lang, but is that it?
November 12th, 2007 at 7:13 pm
Never mind, seems like a good chunk of the JavaSE classes are there;
http://code.google.com/android/reference/packages.html
Of course no Swing/AWT at all.
November 12th, 2007 at 8:54 pm
We are all very proud of what you are working on. It seems like a very nice blend of Java SE + some cool UI packages optimized for the mobile platform. The UI in the demos looks pretty sexy, thanks to you probably :-)
November 12th, 2007 at 10:55 pm
hi romain,
congrats on android initiative. one thing i would like to know is like which all mobile hadsets does it support. i mean what are the target handsets.
November 12th, 2007 at 10:59 pm
All the information regarding Android are available on openhandsetalliance.com and code.google.com/android.
November 13th, 2007 at 3:08 am
Hello Romain,
Does you not planned yet to write plugin for IntelliJ IDEA? Cos, if not, i would like to take a try to write this one.
Thanks!
November 13th, 2007 at 5:55 am
I’m pretty excited about the platform. Had a quick look yesterday evening and noticed some of your pictures Romain. (the one with the telescope) Did you do part of the interface. It looks very good imo.
November 13th, 2007 at 10:21 am
I did not work on the UI design. I work on the UI toolkit though.
Alexey: I don’t think anyone is working on an IntelliJ plugin.
November 13th, 2007 at 11:11 am
Romain;
Now that you can talk about the project (right?). Are the UI components native peers and if so, what library are they using, or are they rendered at the Java level?
How do you feel about not using Swing, is this good, or was it absolutely necessary (issues with size of toolkit)?
The emulator is an SWT app, yet it’s not easy to see why this was needed.
November 14th, 2007 at 2:05 am
Romain,
I wonder - is the Android UI toolkit powerful enough to write “filthy rich” style clients? Obviously, it’s not Swing… and it’s still new to everyone. Some perspective from you on the platform capability would be really valuable.
November 14th, 2007 at 9:59 am
Simon, you should take a look at the SDK. But definitely yes.
November 14th, 2007 at 1:35 pm
Thanks for this Romain. Just had a quick glance through the docs… looks like nice support for gradients, alpha transparency, transforms etc etc. Good news!
November 15th, 2007 at 12:23 am
Hi Romain,
We already started: http://code.google.com/p/idea-android/
It still in development stage (if you know what devkit is), but i guess it can be enduser downloadable soon :)
November 15th, 2007 at 3:00 pm
Any idea of where is the bug traker for Android ?
Refactoring a package in Eclipse is not working correctly: it does not refactor the package in androidmanifest.xml.
Is there any public bug tracker?
November 15th, 2007 at 3:39 pm
Romain;
I haven’t found any info on this, but the components, are they peer based ala AWT or all rendered in the Java layer (or a mix)?
November 15th, 2007 at 3:45 pm
Augusto, I cannot answer this question. Please ask it on code.google.com/android.
November 20th, 2007 at 3:08 am
Hi,
As you maybe already know. We just released beta version of plugin. Here is getting started tutorial:
http://code.google.com/p/idea-android/wiki/GettingStarted
Here is plugin:
http://plugins.intellij.net/plugin/?id=1792
Thanks!
November 27th, 2007 at 2:25 am
Really good and really interesting post. I expect (and other readers maybe :)) new useful posts from you!
Good luck and successes in blogging!