I want to create reader/editor app. For that I came to know Pandoc is there which is basically universal document converter. So my question is how we can use pandoc in android as it is Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
Is there any other tool available for reader/editor app which supports multi format type converter and reading/editing functionality in android app.