graphics-samples icon indicating copy to clipboard operation
graphics-samples copied to clipboard

Multiple samples showing the best practices in graphics on Android.

Results 19 graphics-samples issues
Sort by recently updated
recently updated
newest added

**Issue by [2ndGAB](https://github.com/2ndGAB)** _Wednesday Jan 17, 2018 at 12:33 GMT_ _Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/19_ ---- Hello, I'm trying to use PDFRenderer to convert a PDF file generated by the Android'...

migrated googlesamples
PdfRendererBasic

val bitmap = Bitmap.createBitmap(currentPage.width, currentPage.height, Bitmap.Config.ARGB_8888) currentPage.render(bitmap, null, null, PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY); in my pdf which opened using PDFRenderer on Zoom in i cannot read the letters while i opened same pdf...

**Issue by [bauer-bao](https://github.com/bauer-bao)** _Tuesday Oct 24, 2017 at 09:42 GMT_ _Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/18_ ---- Hi this is a link which client want to read. PdfRenderer cannot read it. https://igenbucket.s3.ap-south-1.amazonaws.com/1505737193910_1505737193728History-hin-1A.pdf

migrated googlesamples
PdfRendererBasic

**Issue by [luongdolong](https://github.com/luongdolong)** _Thursday May 24, 2018 at 03:57 GMT_ _Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/25_ ---- I have a file: pdf.txt. I rename it to: pdf.pdf Below is my steps: 1....

migrated googlesamples
PdfRendererBasic

**Issue by [zhijiazheng123](https://github.com/zhijiazheng123)** _Tuesday Jan 05, 2016 at 02:40 GMT_ _Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/3_ ---- I've implemented it, and want to contribute my change, may I?

migrated googlesamples
PdfRendererBasic

I am trying to apply Tint using EffectFactory.EFFECT_TINT below is the code I am using val hue = effectFactory.createEffect(EffectFactory.EFFECT_TINT) hue.setParameter("tint", Color.argb(255, 6, 206, 249))) using the above code, tint is...

**Issue by [yehyatt](https://github.com/yehyatt)** _Tuesday Jan 31, 2017 at 12:40 GMT_ _Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/15_ ---- When I download the sample and try to run it this is the error I...

migrated googlesamples
PdfRendererBasic

I know this is the light way to implement and render .pdf, but my problem is required to render like scrollview from top to bottom instead of switching page from...

Hi, I've found a problem with the PdfRenderer, if I try to open a pdf with password I will get the SecurityException, that's alright, but if after that I try...

**Issue by [yglx](https://github.com/yglx)** _Thursday Aug 02, 2018 at 08:42 GMT_ _Originally opened as https://github.com/googlesamples/android-DisplayingBitmaps/issues/9_ ---- when I add an 3M picture url and open the some ImageDetailActivity frequently,log shows com.example.android.displayingbitmaps...

migrated googlesamples
DisplayingBitmaps