On Wed, Mar 24, 2010 at 6:12 AM, javame_android
<su...@softwebsolutions.com> wrote:
> Hi All,
>
> I want to implement IPhone safari like view in Android. The scrolling
> can be done using Gallery I think. But how to minimize the views as
> done in the IPhone Safari.
>
> The Android Browser also have minimized view, can anyone tell me how
> to implement it?
>
> Any help in this regard would be really appreciable.
>
> Hope to get a quick reply.

Do you have Android source code? You can check BrowserAcitvity.java
and TabControl.java in packages/apps/Browser. That is place
implementing the minimized view.

Basically, the whole webview is a picture. you can user
WebView.capturePicture to get the picture. Then scale and show it.

Hope this could help you.

-- 
Best Regards,
TANG Jiyu
Blog: http://jiyu.wordpress.com.cn/
ezkeypad: http://ezkeypad.tool100.com/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to