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

