I am developing PDF reader application. I am using Radaee PDF reader sdk. I am trying this sdk to open a PDF from the asset in android. I need some help for this. I am using some code like:
m_vFiles = new PDFGridView(this, null);
m_vFiles.PDFSetRootPath("/mnt");
m_vFiles.setOnItemClickListener(this);
setContentView(m_vFiles);
But it is taking the path of sd card and showing all the pdf file.
One user has used this sdk. https://chat.stackoverflow.com/users/1503155/lazy-ninja