Tutorial by Topics: handle

Type Handlers allow database types to be converted to .Net custom types.
A Handler can be easily used to execute code after a delayed amount of time. It is also useful for executing code repeatedly after a specified amount of time by calling the Handler.postDelayed() method again from within the Runnable's run() method.
In iText 5, we introduced the concept of page events to allow developers to add specific behavior when a document is opened, when a new page is opened, when a page ends, and when a document is closed. In the documentation, we made it very clear that it was forbidden to add content in the onStartP...
Virtually all apps are using asynchronous functions to keep the code from blocking the main thread.
Read file in chunks from document directory

Page 1 of 1