Try like this

<LinearLayout>
     <ViewFlipper>
            <LinearLayout>
                 <WebView></WebView>
               </LinearLayout>
                           <LinearLayout>
                 <WebView></WebView>
               </LinearLayout>
      </ViewFlipper>
</LinearLayout>

if your are flipping the views by a button set the urls to flow
alternatively over the webview

On Mon, Jul 25, 2011 at 12:33 PM, vijayakumar M <[email protected]>wrote:

> Hi Friends,
>
> i have list url that url i have load in webview.
> if i open apps it will display first url.  then i flip it will load next
> url . but now that flipper i not working? why. please help me friends.
>
>
>
>
> XML structure
> main.xml
> <Line.....>
> <Viewflipper />
> </Line...>
>
>
>
> webview.xml
>
> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
> android:layout_width="fill_parent"
> android:orientation="vertical"
> android:layout_height="fill_parent"
> >
> <WebView
>     android:id="@+id/webview"
>     android:fillViewport="true"
>      android:scrollbars="none"
>      android:scrollbarAlwaysDrawHorizontalTrack="false"
>     android:layout_width="fill_parent"
>     android:layout_height="fill_parent">
> </WebView>
>
> </LinearLayout>
>
> --
>
>
>
>
> "Nobody can go back and start a new beginning, but anyone can start today
> and make a new ending"
> -----
> Thanks,
> Regards,
> νιנαソαkum@r M
> BloG:http://iamvijayakumar.blogspot.com/
> Mob.No:09048382536(Kerala)
> Mob.No:09751076707(TN)
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
K Siva Sankar

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

Reply via email to