**** BEGIN LOGGING AT Thu Jan 01 02:59:57 2009 Jan 01 04:24:27 Nafai, How's the performance for you? "Hello World" takes 16 seconds to display in my emulator. The java-language version takes 1s. Jan 01 15:21:17 anyone know off-hand what types AIDL supports out of the box? Jan 01 15:22:26 oh, nevermind, the page does say :x Jan 01 15:58:18 whats the best way to work with multiple tables in android? I've got a table of items and for each item I need to do a count on the rows in another table and both sets of data work their way into a listview. Can i do that easily with cursors? Jan 01 16:06:22 Dumb. "moveTo(float,float) in android.graphics.Path cannot be applied to (double,double)" Jan 01 16:20:49 CardinalFang: yay java. Jan 01 16:21:10 if you can avoid floating point math, btw.. it may be a good idea to d oso Jan 01 16:21:31 the HTC Dream has no fpu ;) Jan 01 16:23:00 zinx, Dang. GL but no floating point. Weird. Jan 01 16:23:34 blame HTC for using qualcomm, and qualcomm for being stupid :) Jan 01 16:24:05 and.. it has floating point, it's just emulated, so it's a bit slow Jan 01 16:24:18 s/emulated/done in software/ depending on your point of view Jan 01 19:42:31 Hi guys, can anyone tell me if there are any firm plans to enable one to play sound files in a phone conversation? Jan 01 19:43:01 or rather "into a phone conversation" Jan 01 20:34:08 If anybody is interested in an about dialog for his apps, I've uploaded one to OpenIntents with the intents to go with it. Feel free to use it avoid reinventing the wheel ;-) Jan 01 23:14:14 Hi, I'm trying to make a list where not all rows are using the same view (lines can be different views). Is this possible with the ListView? or is it better to just make my own using LinearLayout? Jan 02 00:15:09 savid: yes you can do that Jan 02 00:15:24 make sure to override the view type count method though Jan 02 00:15:39 and the get view type method **** ENDING LOGGING AT Fri Jan 02 02:59:56 2009