[android-developers] Re: Question about LayoutAnimation2.java from the ApiDemos sample project

2008-06-27 Thread Romain Guy
Hi, We are aware of this. However what needs to be done at this time is to make the software works. Before the SDK 1.0 ships, we will spend time cleaning it up and adding documentation. Unfortunately, this is not our priority today (but it will be :). In the meantime feel free to ask questions, w

[android-developers] Re: Question about LayoutAnimation2.java from the ApiDemos sample project

2008-06-27 Thread Disco Stu 010
Hi, Thanks for your response. Certainly clarifies a few things. The sample code has been immensely valuable in getting a better understanding of the Android APIs. I totally understand the 'too many things to do' problem, I have been guilty of that many times. However, I would like to respe

[android-developers] Re: Question about LayoutAnimation2.java from the ApiDemos sample project

2008-06-26 Thread hackbod
On Jun 26, 1:24 pm, "Romain Guy" <[EMAIL PROTECTED]> wrote: > > - Why is the ApiDemos code not commented at all? (this one is an extra > > credit question) > Too many things to do :) And we can continue to put comments in sample code after completing the final code for 1.0, so it is pretty low in

[android-developers] Re: Question about LayoutAnimation2.java from the ApiDemos sample project

2008-06-26 Thread Romain Guy
Hi, > - Why does one need these two animations added to the set You don't need the two animations. The effect I wrote in this sample just happen to do a translate + alpha because it looks better. > - Why does the ListView rendering stall the way it does It doesn't for me. Might be a bug in M5