On Mon, Oct 31, 2011 at 9:41 AM, Jovish P <[email protected]> wrote:
> Is it possible to create a viewswitcher in which one view is a linear > layout and other with a webview ? A - ViewSwitcher operates generically on Views. B - LinearLayout extends View. C - WebView extends View. Given A, B, and C - yes, this should be possible. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

