Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

OutOfMemory and NullPointException in PDFView 9 years 4 months ago #8182

  • radaee
  • radaee's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
first issue mosyly caused by some un-released objects.
u shall invoke codes:

PDFThumbView.thumbClose();
PDFReader.PDFClose();
Document.Close();

to release memories, when Activity destroyed.

second mostly caused by not init PDFThumbView object.
using PDFThumbView.thumbOpen() to init.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum