Andrew Rogers

Results 2 issues of Andrew Rogers

Hi, I'm trying to create a migration that will scale down some very large images that are already in the database (Current size of data {byte[11059280]}) however when I try...

db:sqlite
area-TestIntegration

I'm using the PhotoView to display a camera stream which I do not want to be zoomable by the user. I have the following code: ``` imageView = findViewById(R.id.overlayimageview); imageView.setZoomable(false);...