**** BEGIN LOGGING AT Sat Nov 22 02:59:56 2008 Nov 22 07:52:03 Disconnect: hey, i just tested my code on a real device and had no problems whatsoever. Nov 22 08:05:23 jasta, with web download? Nov 22 08:05:41 hmm? Nov 22 08:05:57 i dont think ive ever been able to successfully install an apk from the web :\ Nov 22 08:06:14 yeah, it always fails for weird reasons Nov 22 08:06:25 so this is your 1st time testing five on a handset? Nov 22 08:06:37 uhh no, i use adb Nov 22 08:07:33 hmm ok..can you use five w/o a server? Nov 22 08:11:03 no, what would it do? Nov 22 08:12:47 I dont know I havent tried it yet :p Nov 22 16:01:58 morning Nov 22 16:02:03 morning Nov 22 16:16:15 morning Nov 22 16:25:19 night Nov 22 18:31:34 Hey jasonparekh Nov 22 21:00:51 Can anyone point me to a class/best-practice for scrolling an oversized (larger than a view's layout) bitmap on both X/Y axis? Nov 22 21:03:20 like say a bitmap as big as the map of the planet? Nov 22 21:04:41 heh. doesn't have to be huge; just, say, 1000x1000 pixels. larger than a G1 display could show at any given time. Nov 22 21:06:13 right now my solution is to store the large bitmap in memory, then use a matrix to render parts of it to the display canvas. Nov 22 21:07:09 scrolling only or zoom in/out? Nov 22 21:07:23 that seems inefficient for scrolling smoothly, though. seems like there must be a lower-level way to scroll. Nov 22 21:07:27 scrolling only. Nov 22 21:08:41 bitmap? i.e. 1 or 2? Nov 22 21:08:57 or a pixmap (8/16/24 bit)? Nov 22 21:09:02 er 0 or 1 Nov 22 21:10:57 erm, right now I'm using a Bitmap set to ARGB_8888, but am open to other solutions. basically I'm drawing lines and some text to it. Nov 22 21:11:59 4MB sounds like a decent chunk of the user space memory. Nov 22 21:14:03 1k x 1k was a hypothetical; let's say something more reasonable like 200x700. it doesn't need to be transparent either, so I should probably bump it down to RGB_565, or simplify colors and use ARGB_4444. Nov 22 21:19:35 I was looking at widget.ScrollView, but that only seems to support vertical scrolling. Nov 22 21:24:28 look at the code for ScrollView Nov 22 21:24:41 and implement your own view that does the same on both axis Nov 22 21:27:44 yeah, that sounds like it might be my best bet. thought for sure i'd be reinventing the wheel; that there must already be a class built for that purpose. Nov 22 21:27:53 nope Nov 22 21:36:33 thanks for your input! **** ENDING LOGGING AT Sun Nov 23 02:59:57 2008