简体   繁体   中英

How can I display Video and Images in TextView or any other View that can contain texts and media except webview

I need to display an article with Texts, Images and Videos without using a WebView. Is it possible? I just don't want the view to load!

"Text view" as the name suggests is for texts. Use an 'Image view' instead to hold images or a 'Video view'to hold videos in your activities. All the best

You can make a custom view which you can parameterise to show 1. text (with just textView) 2. text+images (textview with image view in a layout) 3.text+videos (textview+ VideoView)

Now use this class as a view in your layout and in your activity, pass it the corresponding parameters and make it look the way you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM