open-learning-exchange / myplanet

🌕 myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.
GNU Affero General Public License v3.0
22 stars 25 forks source link

add video to news #1649

Open leomaxi opened 4 years ago

leomaxi commented 4 years ago
Okuro3499 commented 1 month ago

research for markdown android libraries that allow video display

ewhang5 commented 1 month ago

I was a bit confused about this commit, but this link is an android markdown library that supports any HTML tag, which would allow it to display videos.

rlam20 commented 1 month ago

This is another markdown library that supports HTML video tags, but the videos would have to be hosted on a web server from what I understand. https://github.com/mukeshsolanki/MarkdownView-Android

However I believe the Markwon library would be easier to integrate.