Android Module Development.

You must Login before you can answer or comment on any questions.

I want to develop android module for mupdf. I am aware of module development and proxies but I am not aware of native android development so I want some basic knowledge from native side.

Do I have to generate *.so and *.Jar from mupdf? or any other approach is there to generate that module? if yes then which file I have to include in eclips that calls native function from mupdf?

Or am I going for wrong approach to develop a module? If I am going wrong then please give your suggestions to me.

If some one can help me then it will be more appreciable.

— asked 10 months ago by Gaurang Chhatbar
2 Comments
  • hey did u build the mupdf module for android and ios? If yes can you please share the code, or list it in market place. I am not able to find even a single pdf renderer module for android.

    — commented 8 months ago by Vibhu Bhushan

  • Hi Vibhu,

    I did not get success because requirement of more customization in custom module. but if you simply create iOS and Android then you can generate module from its class files and reference files.

    it contains ios and android projects in the zip file where you can download from its MuPDF site, It includes all required files in the the project. open project of particular platform create project executable file and import it to newly created module.

    If you know about this or found something then please share it here.

    — commented 8 months ago by Gaurang Chhatbar

1 Answer

— answered 10 months ago by Aaron Saunders
answer permalink
1 Comment
  • Thank you Aaron,

    I read the documentation guide, but actually I want to customize that module and want to generate own module from it, so I want to include library files to my module. My project contains 3-4 modules and want to combine it all, I don't know how to do that.

    if you can guide in this point then it will more helpful. Little help can define the way of direction so if you know something then please share to us.

    — commented 10 months ago by Gaurang Chhatbar

Your Answer

Think you can help? Login to answer this question!