[android-beginners] image with panning and zooming

2010-07-28 Thread zaheer ahmad
hi, I would like a minimal sample android app that can display an image (bigger than the screen size) and allow it to pan and zoom. is there an example for the same. Thanks in advance for any inputs. Zaheer -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] Layout of webview

2010-06-25 Thread zaheer ahmad
hi, The webview demo at http://code.google.com/p/apps-for-android/source/browse/#svn/trunk/Samples/WebViewDemo does not take the full screen on my WVGA (480x800) device. Do you know how to make this occupy the available screen? Attached screenshot. Thanks, Zaheer -- You received this message

[android-beginners] Dalvick VM trigger

2010-06-18 Thread zaheer ahmad
hi, when i run the android browser, i see a trigger from Dalvick VM to clear cache. Is it a normal cleanup indication or a serious low memory indication? If its a serious condition, how to trace out the memory allocated to the VM and why its running out of it. Thanks in advance, Zaheer #1

[android-beginners] Re: Dalvick VM trigger

2010-06-18 Thread zaheer ahmad
Ignore my question, ClearCache is actually an api call from the browser app which is tunneled to the thread.. On Fri, Jun 18, 2010 at 1:12 PM, zaheer ahmad zaheer@gmail.com wrote: hi, when i run the android browser, i see a trigger from Dalvick VM to clear cache. Is it a normal cleanup