I want to create a listview which contains webview on each row.Webviews are added to a relative layout dynamically.How can i do this? Help me please.
I want to create a listview which contains webview on each row.Webviews are added
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is unlikely to work well. You cannot generally put scrollable things, like a
WebView, into rows of aListView.If the HTML you are trying to display is limited, use
TextViewsfor the rows, converting your HTML into something aTextViewcan use viaHtml.fromHtml().