**** BEGIN LOGGING AT Thu Jan 31 02:59:56 2008 Jan 31 04:22:34 yawn Jan 31 04:52:17 Is there anyway to draw on the Canvas of a specific view without having onDraw called first? is there a way to grab a permenant Canvas object for that view nad use it whenever you need to draw to that canvas? Jan 31 05:47:35 jerkface03: how would that work? what if the view disappeared? Jan 31 05:48:01 Canvas would draw to nowhere Jan 31 05:48:09 anyways forget about that. how about this one Jan 31 05:48:20 that is not how the drawing mechanism works, certainly. Jan 31 05:48:32 ui inputs/events are all handled by one thread, correct? Jan 31 05:48:42 yes. Jan 31 05:49:37 so i don't need to synch between onDraw and onKeyDown and stuff like that? Jan 31 05:50:27 sync what? Jan 31 05:52:19 synchronize Jan 31 05:52:22 critical sections Jan 31 05:52:28 you know what im talking about Jan 31 05:52:37 No, there is no need to worry about concurrency in the UI thread. Jan 31 05:52:45 awesome Jan 31 05:52:45 k Jan 31 05:52:46 ty Jan 31 06:28:11 re Jan 31 06:28:22 jerkface03: jyes you can Jan 31 06:28:32 jerkface03: you can create a Canvas from a Bitmap Jan 31 06:29:10 right, and then i would just dump that bitmap to a view at will? Jan 31 06:29:21 and in essence that would be double buffering? Jan 31 06:29:41 or do the canvas objects passed to onDraw() already have a double buffering mechanism? Jan 31 06:29:41 yep Jan 31 06:30:12 there's a double buffer at the surface level Jan 31 06:31:12 and the next SDK will also provide new mechanisms to cache views in bitmaps Jan 31 06:32:49 not too sure i follow. the next SDK will give you the direct reference to the bitmap object assigned to the view? Jan 31 06:32:55 no Jan 31 06:33:27 you'll see :) Jan 31 06:34:30 hrm k. im just thinking of the best way to do a game loop under the android architecture. i might just end up copying the lunarlander base :X Jan 31 06:36:59 jerkface03: Lunar Lander has a speed issue though Jan 31 06:37:06 the background is scaled on each draw Jan 31 06:39:04 aye. doesn't seem so slow to me. but i'll make sure to avoid any scaling when i strip it down and refactor it. Jan 31 06:39:32 i just need some sort of a base to begin with Jan 31 06:41:50 romainguy____: btw, i think you guys have been doing really great work so far. i'm very pleased with how this platform is progressing. Jan 31 09:08:32 hmm, 1am, time for bed. Jan 31 09:10:14 mornin Jan 31 09:11:12 don't encourage me ;) Jan 31 09:12:27 :) Jan 31 11:56:34 creating a content provider is fun! Jan 31 15:59:50 jasta: thanks, I appreciate Jan 31 16:21:00 I'm trying to set the textColor in a theme, but for some reason it doesn't change the colors of TextViews in the activity... Jan 31 16:34:13 I think textColor is broken Jan 31 16:37:07 hmm, guess it doesn't work if inheriting a theme... Jan 31 17:28:01 good evening Jan 31 19:38:11 damn Jan 31 19:38:27 I wish it were possible to catch outgoing calls:-/ Jan 31 19:40:00 regretting that prank call to 999? Jan 31 19:40:39 Not sure I want my phone tracking everything I do Jan 31 19:41:27 on the other hand the your cell phone provider already is, so maybe we just get use to having Big Brother watching our ever move Jan 31 19:42:53 whoops, "every move" and call and ... Jan 31 19:50:36 Stephmw, what's 999? Jan 31 19:50:59 davidw: emergency number in the UK... 911 in the US, 112 worldwide Jan 31 19:51:02 ah ok Jan 31 20:22:20 greetings and salutation Jan 31 20:22:22 s Jan 31 20:22:51 I'm trying to find more info on how power management works on android, the only APIs I've found are for the location, and for setting WakeLocks Jan 31 20:38:23 Stephmw isn't it 0118 999 881 999 119 7253? ;-) Jan 31 21:36:00 howdy Jan 31 21:36:32 hello Jan 31 21:37:34 how's it going on the challenge Jan 31 21:37:56 It's going Jan 31 21:38:11 having a hard time horizontally centering a view inside a scrollview Jan 31 21:38:34 http://www.oleswanson.com/images/office/procrastination.jpg Jan 31 21:39:18 exactly Jan 31 21:39:30 just what I'm thinking Jan 31 21:39:54 hehehe Jan 31 21:41:21 I love those Jan 31 21:43:16 http://despair.com/burnout.html Jan 31 22:53:33 hellllooooo Jan 31 22:53:49 hi **** ENDING LOGGING AT Fri Feb 01 02:59:57 2008