It was not easy to begin, now I'm have half of my project done. I hope Ican finish it in time. Better tutorials and manuals would have made it o lot easier for me. Let me give you an example. I´m right now using canvas.drawCircle method and I wanna draw maps proportional to the map zoom. The documentation doesn´t say if the radius unit is pixels or cm or something else. This kinds of things occurs often. My initial project was AirDrums, but the problems with MediaPlayer broke my legs. The community is really helpfull though.
Anyway, I'm confident about the plataform. Regards, Gustavo Ávila http://virtualsite.com.br public void drawCircle(float cx, float cy, float radius, Paint paint) Draw the specified circle using the specified paint. If radius is <= 0, then nothing will be drawn. The circle will be filled or framed based on the Style in the paint. Parameters cx The x-coordinate of the center of the cirle to be drawn cy The y-coordinate of the center of the cirle to be drawn radius The radius of the cirle to be drawn paint The paint used to draw the circle On 27 mar, 14:49, "Dan Morrill" <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 9:14 AM, Peli <[EMAIL PROTECTED]> wrote: > > In this sense, the Android team sticked to the Google code hosting > > motto (http://code.google.com/hosting/) "release early, release > > often" on the first part - they indeed released a pre-alpha SDK - but > > I personally think they could have done better on the "release often" > > part. > > We agree, actually. :) Unfortunately since we are focused on shipping the > first devices, we have to balance the work involved in packaging (and > especially testing) SDK releases against the work on the platform itself. > > I don't know whether another update would be released before the > > > challenge deadline. Given that it less than 2 1/2 weeks from now, I'd > > say it is rather unlikely that many developers will risk having to > > debug their programs from scratch again > > Yes, for exactly this reason we don't plan to release another major SDK > before the deadline. It would not be cool to release a new SDK with tons of > changes mere weeks before the deadline. Some developers would feel > compelled to pull "all-nighters" to upgrade, and that's not what we intend. > > - Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

