B4A Library MarkdownView for Android

MarkdownView is a simple library that helps you display Markdown text or files on Android as a html page just like Github.

This library is based on https://github.com/mukeshsolanki/MarkdownView-Android

How to use?

B4X:
'B4AMarkDownView1.MarkDownText="# Hello World\nThis is a simple markdown"
    Wait For (File.CopyAsync(File.DirAssets, "README.md", File.DirInternal, "README.md")) Complete (Success As Boolean)
    Log("Success: " & Success)
    B4AMarkDownView1.loadMarkdownFromFile(File.Combine(File.DirInternal,"README.md"))
 

Attachments

  • MarkDownViewer.zip
    178.2 KB · Views: 202

baxiprince

Member
Licensed User
8bce481a18b398113c82a2936dca428.jpg



run fail
 

Attachments

  • 8bce481a18b398113c82a2936dca428.jpg
    8bce481a18b398113c82a2936dca428.jpg
    80.9 KB · Views: 161
Top