-
Notifications
You must be signed in to change notification settings - Fork 336
Home
Olmo Gallegos edited this page May 27, 2016
·
3 revisions
Welcome to the PdfViewPager wiki!
For those of you migrating from 0.2.x to 0.3.0, consider the following:
- PDFPagerAdapterZoom is now called PDFPagerAdapter. It becomes the official adapter class because having the default adapter without zoom is less usable. Just rename your instances of this class.
- The old PDFPagerAdapter is now called BasePDFPagerAdapter. So if you still want to use the adapter without zooming capability, you can set an adapter of this type to your PDFViewPager objects.
- The old PDFPagerAdapterIVZoom is now called LegacyPDFPagerAdapter. It has been deprecated, but you can still use it.
- The
sampleproject has been updated with all code changes, so you can go to the use case you need (local pdf, remote pdf, assets, sdcard...) and copy the sample code.
I encourage you to migrate your apps to 0.3.0. Memory management is now better.
Have a happy migration!