Yağız Gazibaba

Results 6 comments of Yağız Gazibaba

@almogtavor Instead of upsert how can I update like this way var bulkOps = mongoTemplate.bulkOps() for(dto : List DTOs) { Query query = new Query(); query.addCriteria(Criteria.where(ID).is(dto.getId())); Update update = new...

--**in pdfviewer.util; --in Constants.java** file changing line below **public static float PART_SIZE = 250;** to: **public static float PART_SIZE = 600;** worked for me! I did not dig that much...

Maybe because of bitmap config, it is RGB 565. Can you try **pdfView.useBestQuality(true);** Here is update from **CHANGELOG.md** ## 2.7.0-beta.1 (2017-07-05) * Updates PdfiumAndroid to 1.7.0 which reduces memory usage...