Android: Create PDF without any library [Part 2]
In last part we created a static PDF in Android.
But creating PDF from static data has a big disadvantage. You cannot set data at runtime, i.e. you cannot set text from DB or load image from internet.
Creating PDF: Advanced
To solve this problem:
...
blog.tejpratapsingh.com